Skip to content

v2.4.0

Latest
Compare
Choose a tag to compare
@cnweaver cnweaver released this 12 Jun 18:39

This minor release exposes two new capabilities: to read from a specific time or logical offset and to publish to multiple topics using a single Producer object.

What's Changed

  • Allow specifying logical offset or datetime start position on Consumer.stream() by @alchzh in #65
  • Multi-topic publishing by @cnweaver in #69 . Users can continue to specify a single topic when constructing a Producer and have calls to write() automatically send messages to that topic, or can now specify the target topic when calling write().

Full Changelog: v2.3.2...v2.4.0