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

Define async workflow queue configuration for domains #155

Merged

Conversation

taylanisikdemir
Copy link
Member

@taylanisikdemir taylanisikdemir commented Jan 16, 2024

What changed?

  • AsyncWorkflowConfiguration object is defined in both thrift and proto files
  • Get and Update methods exposed on AdminAPI

Why?
We need somewhere to persist async workflow queue configuration of a domain in order to support the upcoming async APIs. These APIs will absorb the burst of workflow initiation calls by buffering requests on a queue (e.g. kafka) and consume from there asynchronously.

@taylanisikdemir taylanisikdemir merged commit 50a4ee2 into cadence-workflow:master Jan 18, 2024
5 checks passed
@taylanisikdemir taylanisikdemir deleted the taylan/async_wf_proto branch January 18, 2024 23:04
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