Skip to content

Conversation

alpreu
Copy link
Contributor

@alpreu alpreu commented Jul 26, 2022

This PR fixes some minor issues in the README, such as control characters, doubles, and incorrect information

`PulsarTemplate` currently requires the application to set a default topic.
Once the topic is set, then we can call the various `send` methods on it.
In this example, we are calling the very basic `send` method that calls the synchronous send from the Pulsar producer internally that returns the `MessageId`.
In this example, we are calling the very basic synchronous `send` method that is internally forwarded to the Pulsar producer that returns the `MessageId`.
Copy link
Contributor Author

@alpreu alpreu Jul 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed this one because the code is not really calling the synchronous send from the Pulsar producer

@sobychacko sobychacko merged commit 931f8f8 into spring-projects:main Jul 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants