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

refactor: get rid of Grpc.core dependency into ZeebeClient #727

Merged
merged 2 commits into from
Oct 18, 2024

Conversation

xlegalles
Copy link
Contributor

@xlegalles xlegalles commented Oct 18, 2024

This 1st PR only moves the Grpc.Core dependency to tests. The client is clean after that. Note that Grpc.Core.Api is still part of the https://github.com/grpc/grpc-dotnet project.

Copy link
Collaborator

@ChrisKujawa ChrisKujawa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great thanks 🚀

I can try to do a release as soon as i find the time.

/// Adds keepAlive options to the channel options.
/// </summary>
/// <param name="channelOptions">the current existing channel options.</param>
private void AddKeepAliveToChannelOptions(List<ChannelOption> channelOptions, TimeSpan? keepAlive)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wait we didnt used this anymore? 😃😅

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know... It's private, so no risk.

@ChrisKujawa ChrisKujawa merged commit 1be2814 into camunda-community-hub:main Oct 18, 2024
5 checks passed
@xlegalles xlegalles deleted the GetRidOfGrpcCore branch October 18, 2024 12:21
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