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

fix: Use a single operator and CLI client globally #2703

Merged
merged 1 commit into from
Oct 20, 2021
Merged

fix: Use a single operator and CLI client globally #2703

merged 1 commit into from
Oct 20, 2021

Conversation

astefanutti
Copy link
Member

@astefanutti astefanutti commented Oct 19, 2021

This PR removes the creation of new clients, and reuses the operator or CLI one, whose scheme is complete. This simplifies the code a lot, as it now uses structured objects, which avoids serialisation/deserialisation for the watched events.

This speculatively fixes #2697.

Release Note

fix: Use a single operator and CLI client globally

@astefanutti astefanutti added the kind/bug Something isn't working label Oct 19, 2021
@astefanutti astefanutti merged commit b584c90 into apache:main Oct 20, 2021
@astefanutti astefanutti deleted the pr-318 branch October 20, 2021 06:49
@nicolaferraro nicolaferraro mentioned this pull request Nov 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

panic: runtime error: invalid memory address or nil pointer dereference when running a simple integration
2 participants