rabbitmq / rabbitmq-stream-go-client

A client library for RabbitMQ streams
MIT License
170 stars 20 forks source link

Reduce `minBatchPublishingDelay` to 1ms #333

Closed hiimjako closed 4 months ago

hiimjako commented 4 months ago

Reduce minBatchPublishingDelay to 1ms instead of 50ms. Discussion: https://github.com/rabbitmq/rabbitmq-stream-go-client/issues/332

Gsantomaggio commented 4 months ago

Thank you