Releases: apache/pulsar
Releases · apache/pulsar
Release 1.15
Main changes
- #39 Updated BookKeeper version to 4.3.1.41-yahoo to include bookie storage improvements
- #17 Fixed memory leak in stats generation buffer rollover
- #27 Fixed issues with discovery service component when HTTPS is enabled
- #43 Add end-to-end crc32c checksum verification on message header and payload, rather than just payload. Support for intel hardware instructions to speed up computation.
- #26 Added ability to configure the address that the broker uses to advertise itself. Needed in cases where the public hostname/ip is different than the machine interface ip (eg: in AWS EC2 instances).
- #38 Prevent message-replay of already acknowledged messages
- #51 Per message unacknowledged redelivery. When ack-timeout is configured, only request redelivery of messages that effectively have the timeout expired, instead of all the messages dispatched to the consumer.
- #48 Add unacknowledged messages threshold to stop delivery to consumer that are not acknowledging messages
- #59 Added admin method to do a one-time messages time expiration for a given subscription (independently from the TTL configured at the namespace level)
Full list of changes
https://github.com/yahoo/pulsar/milestone/1?closed=1