On behalf of the team and everyone who has contributed, I’m happy to announce that Spring for Apache Pulsar 1.2.0-M2
has been released and is now available from https://repo.spring.io/milestone.
The release will be included in the upcoming Spring Boot 3.4.0-M3 release.
This release includes numerous enhancements, documentation improvements, bug fixes, and dependency upgrades.
Notable new features include:
-
Message Container Startup Policy - you can now configure the message listener container startup failure policy to stop
, continue
, or retry
(more details)
-
Message Container Factory Customizers (Spring Boot) - the upcoming Spring Boot 3.4.0-M3
has introduced a generic message container factory customizer (PulsarContainerFactoryCustomizer<T extends PulsarContainerFactory<?, ?>>
) that can be used to further configure one or more of the auto-configured message listener container factories that back the @PulsarListener
, @PulsarReader
, and @ReactivePulsarListener
(more details)
…