-
Notifications
You must be signed in to change notification settings - Fork 217
feat: debug logs #1460
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
feat: debug logs #1460
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I realize I'm probably too early ^^; but it's looking good so far!
google/cloud/pubsub_v1/subscriber/_protocol/streaming_pull_manager.py
Outdated
Show resolved
Hide resolved
Yes sorry, I'll mark as draft again until ready |
| will be thrown. | ||
| """ | ||
| _ACK_NACK_LOGGER.debug( | ||
| "Called ack for message (id=%s, ack_id=%s, ordering_key=%s, exactly_once=True)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could users still use the ack_with_response interface when EOD is disabled? If so, it would be worth setting exactly_once=self.exactly_once_enabled
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #1459 🦕