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

Add sharddistributor outbounds #6616

Merged

Conversation

jakobht
Copy link
Member

@jakobht jakobht commented Jan 13, 2025

What changed?
Added outbounds and config for shard distributor

Why?
These outbounds will be used to instanciate the shard distributor. We use single grpc outbound as:

  • We only support GRPC in shard distributor
  • We only support unary outbounds for frontend in the OSS currently, so we do the same for shard distributor.

How did you test it?
Tested locally and added some unit tests

Potential risks
Should be very low risk, just adds some instanciations.

Release notes

Documentation Changes

@jakobht jakobht force-pushed the add-sharddistributor-outbounds branch from 51c6171 to 29f1fd7 Compare January 13, 2025 17:55
common/config/config.go Outdated Show resolved Hide resolved
@jakobht jakobht force-pushed the add-sharddistributor-outbounds branch from 29f1fd7 to aee1adf Compare January 15, 2025 09:44
@jakobht jakobht merged commit f791bd6 into cadence-workflow:master Jan 15, 2025
22 checks passed
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.

3 participants