Columb1a
Columb1a

Reputation: 491

SpringXD/Spring Integration: Using different versions of spring-integration-kafka for producer and consumer

I have the following configuration:

The configuration I want to have:

My question is: could I face some compatibily issues?

Upvotes: 1

Views: 66

Answers (1)

Gary Russell
Gary Russell

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

Related Questions