https://github.com/mdecker-mobilecomputing/nodejs_kafkatest
Testprogramm für Kafka mit Nodejs
https://github.com/mdecker-mobilecomputing/nodejs_kafkatest
codespace docker gidpod-io github-actions kafka nodejs
Last synced: 12 months ago
JSON representation
Testprogramm für Kafka mit Nodejs
- Host: GitHub
- URL: https://github.com/mdecker-mobilecomputing/nodejs_kafkatest
- Owner: MDecker-MobileComputing
- License: bsd-3-clause
- Created: 2024-02-08T08:17:22.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-22T13:26:17.000Z (almost 2 years ago)
- Last Synced: 2025-01-05T21:09:05.357Z (about 1 year ago)
- Topics: codespace, docker, gidpod-io, github-actions, kafka, nodejs
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Kafka mit Nodejs #
Für den Zugriff auf Kafka (Senden/Empfangen) wird die Bibliothek `kafkajs` verwendet:
* https://www.npmjs.com/package/kafkajs
* https://github.com/tulios/kafkajs
* https://kafka.js.org/
----
## License ##
See the [LICENSE file](LICENSE.md) for license rights and limitations (BSD 3-Clause License)
for the files in this repository.