Most voted "apache-kafka" questions
4 questions
Sort by count of
-
10
votes1
answer3773
viewsWhat is this Apache Kafka?
I was researching on Microservices integration and I came across this Apache Kafka. I did some research here and I saw him being cited in this Microservices integration response and in that other…
-
1
votes0
answers116
viewsPytho Kafka, Spark Streaming, Mongodb conection
Hello I am creating a job streaming, but I do not get error message and nor does recording in Mongo. I have tried several types of connection. On the command line, Producer and Consumer can produce…
-
-1
votes1
answer65
viewsWhat is the main difference between Kafk, Rabbitmq and Digibee?
I’m working on medium-sized project, and I arrived in a moment that I need to use a messaging system to make the shipment information to a third party system. I wouldn’t want to use a cannon to kill…
-
-1
votes1
answer184
viewsHow to convert a received JSON into my Spring Kafka Consumer into an entity ready to be saved in the bank?
Good afternoon! I need to consume Jsons from Kafka topics and convert to entities, and so be able to save in the database, Postgres, in case Configuration of the Consumer: @Configuration…