Skip to content

1.2.4

Compare
Choose a tag to compare
@dpkp dpkp released this 05 Aug 15:18
· 702 commits to master since this release

Bugfixes

  • Update consumer_timeout_ms docstring - KafkaConsumer raises StopIteration, no longer ConsumerTimeout
  • Use explicit subscription state flag to handle seek() during message iteration
  • Fix consumer iteration on compacted topics (dpkp PR 752)
  • Support ssl_password config when loading cert chains (amckemie PR 750)