confluent-platform
Confluent Maven repository not working?
Needs to add confluent repositories in pom.xml Please add below lines in the pom.xml <repositories> <repository> <id>confluent</id> <url>https://packages.confluent.io/maven/</url> </repository> </repositories>
confluent platform vs apache kafka [closed]
“Which one is your favorite” is probably not a question appropriate to this forum since it is very subjective. I can, however, describe the differences. Confluent Platform includes Apache Kafka, so you will get that in any case. It also includes few things that can make Apache Kafka easier to use: Clients in Python, C, … Read more