Multiple ICs with Same input event but different FILTERS

I would like to have multiple Integration Components with same event as the input but with different filters using the same adapter. As per documentation this is possible.

When I start the adapter in debug mode it gives an error like this:
“Could not load component2. component1 already has a subscription to the document type ‘x’ .”

It does not seem to differentiate the input though the filters are different.

Anybody has any inputs on this. Is it a bug and if so any workarounds.

Your help will be highly appreciated.
Thanks

You have one source IC and multiple target ICs. The source IC receives all data and based on filter value, corresponding target IC will get the data and send over…