Skip to content

Kafka throttling is used for offering stable consume rate in rate limiting scenario

Notifications You must be signed in to change notification settings

raychongtk/kafka-throttling

Repository files navigation

kafka-throttling

JUST FOR EXPERIMENT

Create topic with partition: kafka-topics --create --bootstrap-server kafka:9092 --topic notification --partitions 10

Adjust topic partition: kafka-topics --alter --bootstrap-server kafka:9092 --topic notification --partitions 3

Describe consumer group: kafka-consumer-groups --describe --group notification-group --bootstrap-server kafka:9092

About

Kafka throttling is used for offering stable consume rate in rate limiting scenario

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages