Releases: okapies/finagle-kafka
Releases · okapies/finagle-kafka
Bump finagle version to 6.35.0
#14: Updated to finagle 6.35.0 (thanks @mkhq!)
Support for Kafka server protocol
- #9: Add support for Kafka server request/response protocol. It is useful for implementing finagle-based kafka broker or proxy. (thanks @mkhq, great work!)
Add support for ConsumerMetadataRequest/Response
- #7, #8: Add support for ConsumerMetadataRequest/Response and new error codes introduced in 0.8.2 (thanks @mkhq)
Update dependent libraries
- fix #6: Updated finagle and curator dependency for tests, adds kafka test jar (thanks @mkhq)
Fix a bug of handling partial message
- fix #3: Exception when fetching messages (thanks @mkhq)
bug fix
- fix #2: Max frame size is set to 8192 (thanks @mkhq)
- bump finagle version to 6.17.0
first release
v0.1.1
fix the sample code