Skip to content

Releases: okapies/finagle-kafka

Bump finagle version to 6.35.0

09 Jul 17:17
Compare
Choose a tag to compare

#14: Updated to finagle 6.35.0 (thanks @mkhq!)

Update dependencies

21 Oct 15:19
Compare
Choose a tag to compare

Support for Kafka server protocol

10 May 17:40
Compare
Choose a tag to compare
  • #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

24 Mar 16:47
Compare
Choose a tag to compare
  • #7, #8: Add support for ConsumerMetadataRequest/Response and new error codes introduced in 0.8.2 (thanks @mkhq)

Update dependent libraries

18 Feb 15:35
Compare
Choose a tag to compare
  • fix #6: Updated finagle and curator dependency for tests, adds kafka test jar (thanks @mkhq)

Fix a bug of handling partial message

17 Jun 12:36
Compare
Choose a tag to compare
  • fix #3: Exception when fetching messages (thanks @mkhq)

bug fix

12 Jun 15:32
Compare
Choose a tag to compare
  • fix #2: Max frame size is set to 8192 (thanks @mkhq)
  • bump finagle version to 6.17.0

first release

30 May 19:36
Compare
Choose a tag to compare
v0.1.1

fix the sample code