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

Config fixes; Connection handling #133

Merged
merged 2 commits into from
Sep 13, 2024
Merged

Conversation

lyuboxa
Copy link
Contributor

@lyuboxa lyuboxa commented Sep 13, 2024

Description

Make topicNames config setting to be not required. Validate and error when empty. Add gRPC trailer logging.

Move the timer in the startCDC go routine and use a cancel contex to signal finish. Ensure the pubsub client is done once all recv has completed.

Quick checks:

  • I have followed the Code Guidelines.
  • There is no other pull request for the same update/change.
  • I have written unit tests.
  • I have made sure that the PR is of reasonable size and can be easily reviewed.

Make `topicNames` config setting to be not required. Validate and error when empty.
Add gRPC trailer logging.

Move the timer in the `startCDC` go routine and use a cancel contex to signal finish.
Ensure the pubsub client is done once all recv has completed.
@lyuboxa lyuboxa requested a review from a team as a code owner September 13, 2024 03:03
@lyuboxa lyuboxa merged commit 7964617 into main Sep 13, 2024
2 checks passed
@lyuboxa lyuboxa deleted the lk/fix-config-conn-handling branch September 13, 2024 11:36
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