How to integrate kafka in mendix

3
Hi, I have downloaded 2 modules from App store like Kafka and Kafka connector in the navigation I have added producer, consumer, and server. How to config this? , what is the next step to integrate with Mendix. How to communicate between producer to consumers? Advice on this. Thanks in advance. Modules used: Kafka Kafka connector Library logging Mendix version – 7.23.6
asked
3 answers
1

Hi Ragul,

 

You should only use one of the modules not both kafka and kafka connector. I’d say use the Kafka module as this is the newest and most complete module.

https://appstore.home.mendix.com/link/app/105878/

 

You can use any Mendix version higher than 7.23.6, it doesn’t have to be that version. For example it works the same with 8.0.

 

You’re probably having issues because you have two conflicting modules in the project. Here is some more information on configuring the kafka module:

https://github.com/ArjenLammers/mendix-kafka-module

 

Regards

Simon

 

answered
0

Hi!!

Is there any project to use as an example to integrate Kafka in Mendix?, I’m having some issues with the connection to a Kafka cloud service (Confluent).

 

Thanks in advance!!

answered
0

Is the Kafka solution still releveant now that there is a DataHub feature? 

answered