Skip to content

Releases: leancloud/kafka-java-consumer

Release 0.1.2

15 Mar 03:32
Compare
Choose a tag to compare
  • Fix a bug which may pause partition forever #21
  • a little improvement on partition reassignment #20

Release 0.1.1

10 Mar 07:10
Compare
Choose a tag to compare
  • fixed a bug on partial commit #16
  • some minor refact #17

Release 0.1.0

02 Mar 04:45
Compare
Choose a tag to compare
  • Fixed a bug on async commit policy, which may caused a lot duplicate commit request to kafka broker. #13
  • Support retry for sync commit when cached a RetriableException #14

Release 0.0.8

17 Jan 03:51
Compare
Choose a tag to compare
  • Support force seek offsets to beginning or end #12
  • Fix trigger wakeup on consumer voluntarily exit #11
  • Remove some redundant logs

Release 0.0.6

05 Jan 23:17
Compare
Choose a tag to compare
  • support subscribe to pattern #7
  • support returns a future when subscribed to some topic which will be complete when the consumer shutdown or some error occur. #8
  • support set handle record timeout #9

Release 0.0.5

02 Jan 08:50
Compare
Choose a tag to compare
  • recommit those that have committed offsets to broker periodically for all non-automatic commit consumers. #5

Release 0.0.4

31 Dec 03:35
Compare
Choose a tag to compare
  • Fix a NPE on doing a recommit: d4c088b

Release 0.0.3

29 Dec 11:32
Compare
Choose a tag to compare
  • more integration tests #3
  • recommit periodically #2
  • support metrics from Kafka consumer
  • let worker pool as a option configuration
  • graceful shutdown