This website requires JavaScript.
Explore
Help
Register
Sign In
archive-gh-me
/
node-kafka-rest-client
Watch
1
Star
0
Fork
0
You've already forked node-kafka-rest-client
mirror of
https://github.com/uber-common/node-kafka-rest-client.git
synced
2025-12-08 20:59:54 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
node-kafka-rest-client
/
lib
History
Stephen Huenneke
2bc4d7b481
Add helper methods to properly calculate full size of a single message when it's being sent as a batch. Fixes a bug where messages of length greater than (producer.maxBatchSizeBytes - 8) and producer.maxBatchSizeBytes would end up getting truncated because of offsets in the message Buffer.
2016-04-19 14:16:47 -07:00
..
kafka_producer.js
Add helper methods to properly calculate full size of a single message when it's being sent as a batch. Fixes a bug where messages of length greater than (producer.maxBatchSizeBytes - 8) and producer.maxBatchSizeBytes would end up getting truncated because of offsets in the message Buffer.
2016-04-19 14:16:47 -07:00
kafka_rest_client.js
fix maxRetries; for maxRetries===1, never go to local agent
2016-04-12 14:25:10 -07:00
message_batch.js
Add helper methods to properly calculate full size of a single message when it's being sent as a batch. Fixes a bug where messages of length greater than (producer.maxBatchSizeBytes - 8) and producer.maxBatchSizeBytes would end up getting truncated because of offsets in the message Buffer.
2016-04-19 14:16:47 -07:00
migrator_blacklist_client.js
fixing the blacklist migrator http request
2015-11-11 16:46:22 -08:00