-
Notifications
You must be signed in to change notification settings - Fork 1
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
fix(cloudevents-server): fix the issue of the EventConsumer close calls #207
Conversation
wrong added the defer close call. Signed-off-by: wuhuizuo <wuhuizuo@126.com>
Based on the pull request title and description, it looks like the changes made were to fix an issue with the As for potential problems, it's hard to say for sure without more context on the codebase and how this change fits into it. However, it's worth noting that removing a As for suggestions, it would be helpful to have more information on the issue that was being fixed. If possible, it would be good to have some test cases to ensure that the fix does indeed solve the problem. Additionally, if the |
/review default |
Based on the pull request title and description, the key changes include fixing an issue with the EventConsumer close calls in the The potential problem with this change is that it might cause issues with the consumer reading if the To fix these issues, it might be helpful to add a In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: wuhuizuo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
wrong added the defer close call, it will caused the consumer reading failure.
I tested the change manually, it's passed.
Signed-off-by: wuhuizuo wuhuizuo@126.com