Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhoard/producer-test
https://github.com/dhoard/producer-test
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dhoard/producer-test
- Owner: dhoard
- Created: 2023-01-27T04:23:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-03T18:50:46.000Z (almost 2 years ago)
- Last Synced: 2024-04-17T14:19:18.927Z (7 months ago)
- Language: Java
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# producer-test
Test application to test producer performance using synchronous produce (single threaded) to get some basic cluster / networking benchmarks.
In typical Kafka usage, you would have multiple threads and use asynchronous produce.
# FOR DEMO PURPOSES ONLY