Skip to content

[hotfix] Fix README #39

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
Jul 26, 2022
Merged

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

@@ -187,21 +186,20 @@ When injecting, note that, we can provide a specific type - `String` in this cas
If we have a need for a different `PulsarTemplate` with a different type in the same application, then we can add another injection with that type.
`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