8000 Tags · ccy110/brod · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ccy110/brod

Tags

2.5.0

Toggle 2.5.0's commit message
Support sasl-plain username password in text file (kafka4beam#216)

2.4.1

Toggle 2.4.1's commit message
Make app the default Makefile target

This is to avoid building the 'release' target when brod
is used as a depencency of a erlang.mk project

2.4.0

Toggle 2.4.0's commit message
Upgrade to kafka_protocol from 0.9.1 to 0.9.2

2.3.7

Toggle 2.3.7's commit message
Producer default ack timeout change from 1 second to 10 seconds

2.3.6

Toggle 2.3.6's commit message
Accumulate receive buffer in a list for brod_sock

2.3.5

Toggle 2.3.5's commit message
Smart direct fetch

The new fetch/7 API now is smart enough to expand the max_bytes fetch
parameter when only an 'incomplete message' indicator is fetched back

2.3.4

Toggle 2.3.4's commit message
More test cases for brod_producer

2.3.3

Toggle 2.3.3's commit message
Improve start_producer and start_consumer doc

2.3.2

Toggle 2.3.2's commit message
Add a test case for direct fetch

2.3.1

Toggle 2.3.1's commit message
Make sure the too-small-max-bytes no false positive (kafka4beam#181)

Expand max_bytes to the exact number to fetch one message
0