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

New Feature Request: Support Custom Managed Channel Factory in Spring Zeebe #463

Open
robcossin opened this issue Aug 11, 2023 · 0 comments
Assignees

Comments

@robcossin
Copy link

We have a requirement to customize our ZeebeClient managed channel more than what is supported by the Zeebe configuration properties. We have created a fork and would like to implement the below change to support this requirement and add this flexibility for other users of this component.

We'd like to:

  • add a new bean type: ZeebeClientManagedChannelFactory that will enable customization of the ManagedChannel that is passed into ZeebeClient within the ZeebeClientProdAutoConfiguration.zeebeClient bean.
  • This follows the same pattern as ZeebeClientExecutorService; the ZeebeClientManagedChannelFactory will have a default implementation (which uses the current logic) within ZeebeClientAllAutoConfiguration that will be created when there is no other bean of the same type defined.
@robcossin robcossin self-assigned this Aug 11, 2023
robcossin added a commit to robcossin/spring-zeebe that referenced this issue Aug 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants