Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joacosnchz/kafka-examples

Usages examples of Apache Kafka
https://github.com/joacosnchz/kafka-examples

Last synced: 17 days ago
JSON representation

Usages examples of Apache Kafka

Awesome Lists containing this project

README

        

# Apache Kafka usage examples

## Folder `microservices-messaging`
Example of two microservices that communicate between each other using Apache Kafka

## Folder `postgres-log-tracking`
Example of a postgres database that uses the Apache Kafka Connect API in order to stream every insert, update or delete.