Skip to content
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

Ensure default topics are fully qualified #849

Merged
merged 2 commits into from
Sep 13, 2024

Conversation

onobc
Copy link
Collaborator

@onobc onobc commented Sep 13, 2024

Prior to this commit, only the topics specified on the @PulsarListener were being fully qualified in the DefaultPulsarConsumerFactory.
With this change all topics (including the default topics driven by the Spring Boot spring.pulsar.consumer.topics config prop) are fully-qualified.
.

Prior to this commit, only the topics specified on the `@PulsarListener`
were being fully qualified in the `DefaultPulsarConsumerFactory`. With
this change all topics (including the default topics driven by the
Spring Boot `spring.pulsar.consumer.topics` config prop) are
fully-qualified.
.
@onobc onobc added the type: bug A general bug label Sep 13, 2024
@onobc onobc added this to the 1.2.0-M2 milestone Sep 13, 2024
@onobc onobc merged commit bce10bd into spring-projects:main Sep 13, 2024
7 checks passed
@onobc onobc deleted the fix-default-topics-fully-qualified branch September 13, 2024 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug A general bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant