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

Lifecycle of gRPC client #702

Closed
patriknw opened this issue Oct 11, 2022 · 0 comments
Closed

Lifecycle of gRPC client #702

patriknw opened this issue Oct 11, 2022 · 0 comments
Assignees
Milestone

Comments

@patriknw
Copy link
Member

One GrpcReadJournal instance is typically created for each Projection instance, and therefore one grpc client for each. We should probably support a way to share the same client (for the same client settings).

The client should also be closed (if not shared) when the projection instance is stopped (restarted).

@patriknw patriknw self-assigned this Oct 11, 2022
@patriknw patriknw added this to the 1.3.0 milestone Oct 21, 2022
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