Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/joacosnchz/kafka-examples
- Owner: joacosnchz
- Created: 2023-02-15T14:10:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-21T17:14:33.000Z (almost 2 years ago)
- Last Synced: 2024-11-05T19:55:36.958Z (2 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.