v0.8.0
🚀 Changes
The method getLastMessageIdAsync
used on the implementation of Consumer#lastMessageId
has been deprecated in favor of getLastMessageIdsAsync
, which returns a list of TopicMessageId
, so we now filter by the topic name in the consumer (only works for single-topic consumers). More details here: apache/pulsar#20040
Also upgrading the Pulsar Docker image used for tests to 3.1.0, matching the client version.