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 towrite()
automatically send messages to that topic, or can now specify the target topic when callingwrite()
.
Full Changelog: v2.3.2...v2.4.0