Skip to content

Move default subscription name to factory #821

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 31, 2024

Conversation

onobc
Copy link
Collaborator

@onobc onobc commented Aug 30, 2024

This commit moves the default subscription name from the @PulsarListener annotation to the container factory (props) which allows the spring.pulsar.consumer.subscription.name config prop to be respected.

See spring-projects/spring-boot#42053

@onobc onobc added the type: improvement An improvement of implementation of existing feature label Aug 30, 2024
@onobc onobc added this to the 1.2.0-M2 milestone Aug 30, 2024
This commit moves the default subscription name from the
`@PulsarListener` and `@ReactivePulsarListener` annotation to the
corresponding container factory (props) which allows the
`spring.pulsar.consumer.subscription.name` config prop to be respected.

See spring-projects/spring-boot#42053
@onobc onobc force-pushed the SB-42053-respect-sub-name-prop branch from 56ad97a to a0a5d0b Compare August 31, 2024 14:16
@onobc onobc merged commit 136d465 into spring-projects:main Aug 31, 2024
6 checks passed
@onobc onobc deleted the SB-42053-respect-sub-name-prop branch August 31, 2024 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: improvement An improvement of implementation of existing feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant