You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit moves the default subscription type from the
`@PulsarListener` annotation to the container factory (props) which
allows the `spring.pulsar.consumer.subscription-type` config prop to
be respected.
See spring-projects/spring-boot#42053
Copy file name to clipboardExpand all lines: spring-pulsar/src/main/java/org/springframework/pulsar/config/ConcurrentPulsarListenerContainerFactory.java
Copy file name to clipboardExpand all lines: spring-pulsar/src/test/java/org/springframework/pulsar/listener/ConcurrentPulsarMessageListenerContainerTests.java
+45Lines changed: 45 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -212,6 +212,51 @@ private record PulsarListenerMockComponents(PulsarConsumerFactory<String> consum
0 commit comments