issues
search
hoppity
/
kafka-http-proxy
A proxy that allows applications to use Kafka via HTTP written in NodeJS
Apache License 2.0
3
stars
4
forks
source link
ensure offset incremented when multiple messages used in map
#39
Closed
ducas
closed
8 years ago
ducas
commented
8 years ago
multiple messages being returned in the same topic and partition was causing offset to be set to max message offset instead of max message offset + 1.