Page 1 of 1

Experience with integrating with Apache Kafka

PostPosted: Wed Nov 02, 2022 1:36 pm
by Mark Voorboom
Hello,

Has anyone off you have experience on interacting with Apache Kafka in combination with Servoy?
All information on this topic is welcome.

Thnx in advance!

Mark

Re: Experience with integrating with Apache Kafka

PostPosted: Wed Nov 02, 2022 2:12 pm
by ROCLASI
Hi Mark,

What kind of interaction are you looking for?
Servoy already comes with a message broker (RabbitMQ) for load balancing multiple Servoy servers. You want to replace it with Kafka?

Re: Experience with integrating with Apache Kafka

PostPosted: Fri Nov 04, 2022 11:19 am
by rgansevles
Mark,

Are you looking for using Servoy as a producer or a consumer of messages to a Kafka cluster?

This could be done by creating a Servoy plugin.

Rob

Re: Experience with integrating with Apache Kafka

PostPosted: Mon Nov 07, 2022 9:46 am
by Mark Voorboom
@Rob,

Correct, we are looking for a solution where Servoy will be used as producer and consumer of messages to a Kafka cluster.

Based on your answer i can conclude there is no plugin yet for this.

Thnx for the reply, we will dive into the plugin solution.

Mark