fdelbrayelle / generator-jhipster-kafka

A JHipster module that generates Apache Kafka consumers and producers and more!
Apache License 2.0
28 stars 10 forks source link

producer: High throughput #26

Open fdelbrayelle opened 4 years ago

fdelbrayelle commented 4 years ago

The goal is to have high throughput producers through messages compression.

This can be achieved through:

Warning: gzip give a better compression rate but is slow so snappy should be preferred as it's very efficient for text messages such as logs, tweets or JSON.

There is no impact on broker or consumer configuration.