mailgun / kafka-pixy

gRPC/REST proxy for Kafka
Apache License 2.0
773 stars 118 forks source link

Aggregation, how it works? #194

Open Leanerz opened 3 years ago

Leanerz commented 3 years ago

Hi

How aggregation works, and especially what if we recieve one request, how it will react and match time it will take to produce it to kafka?

My goal is to send to kafka all messages each 1second no matter how much messages batched.

Any idea on this?