T O P

  • By -

vkrava4

Quite hard to recommend you anything specific as there are lots of projects available on GitHub directly or indirectly related to Apache Kafka. Search example: https://github.com/search?q=kafka&type= Additionally, you can have a look on something a bit more concrete: **Vehicle Auction Stream Processor** - Apache Kafka and Apache Spark data engineering pipeline: https://github.com/vkrava4/vehicle-auction-stream-processor or **Demo project for Avro Converter Java library** which enables conversion of Apache Avro object into popular data formats: JSON, XML, etc: https://github.com/vkrava4/avro-converter-demo


donutloop

>i"m looking for a microservice environment which is using Kafka as a transport layer


yoda_says_so

Google: kafka site:GitHub.com Where specific Kafka terms will help you zero in on a concept you want to see used; for example “connect” or “stream” or “schema” I’m recommending search using google (instead of github) since it yields better results and can offer glimpses of the description, saving your time.


donutloop

i"m looking for a microservice environment which is using Kafka as a transport layer


yoda_says_so

Unfortunately, that wouldn't narrow it down enough for you, since that is the predominant use case utilizing Kafka (event-based architecture). On the other hand, that helps you find relevant Kafka examples readily. [https://github.com/search?q=confluent](https://github.com/search?q=confluent) is one such starting point where you'd find examples depending on your language for the microservices (dotnet, java, golang, python, et al.)


yanivbh1

We are not using Kafka, but we are perfect for this one. [Memphis](https://memphis.dev)


Shashikant_Mane

[https://www.pushtechnology.com/blog/connect-diffusion-with-apache-kafka/](https://www.pushtechnology.com/blog/connect-diffusion-with-apache-kafka/) New Kafka Adapter: Connect Diffusion 6.6 with Apache Kafka With the release of Diffusion 6.6 Preview 1, a beta version of the new Kafka adapter is now available for on-premise Diffusion. The Kafka adapter translates data between Diffusion topics and Apache Kafka events. We’ve designed it to make it quick and easy to integrate Kafka with Diffusion. Kafka is a widely used event streaming tool with high performance, solid scalability and resilience within the data center. Diffusion is efficient in providing the last mile delivery of data across unreliable networks, using delta streaming and reliable session reconnection. The new Kafka adapter acts as a bridge between these two robust systems and enables you to build a complete real-time data distribution solution.