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

Modify README.md in pubsub examples to cover validation #865

Open
MregXN opened this issue May 24, 2023 · 1 comment
Open

Modify README.md in pubsub examples to cover validation #865

MregXN opened this issue May 24, 2023 · 1 comment
Assignees

Comments

@MregXN
Copy link
Member

MregXN commented May 24, 2023

Describe

The purpose of this issue is to modify the README file of the existing pubsub examples to cover validation.

Problem

Currently, the README file provides a brief overview of how to use the examples, but it does not cover grpc part validation. What is more, if both the HTTP subscriber and the gRPC subscriber start at the same time and receive partial information published by the publisher according to the original structure, it may lead to verification errors.

Solution

  • Add introduction about grpc subscribers
  • Adjust introduction order to ensure complete validation without affecting each other. It is recommended to run validation in the following order: http subscriber, publisher, bulk publisher, then stop them all. Then run gRPC subscriber, publisher and bulk publisher.
@MregXN
Copy link
Member Author

MregXN commented May 24, 2023

/assign

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

No branches or pull requests

1 participant