Reputation: 491
I have the following configuration:
The configuration I want to have:
My question is: could I face some compatibily issues?
Upvotes: 1
Views: 66
Reputation: 174739
I'm using Rabbit.
You should be ok then; it would probably work with the newer kafka jars in the source's /lib
directory since each module is loaded in its own classloader so there should be no clashes with the xd/lib
jars.
However, you might have to remove the old kafka jars from the xd/lib
directory (which is why I asked about the message bus).
Upvotes: 1