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

chore: Add support streaming to multiple SQS instances #8838

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

deividaspetraitis
Copy link
Contributor

What is the purpose of the change

The changes in this ticket will allow supporting multiple sqs instances, with a comma delimited hostname:port in app.toml, e.g. grpc-ingest-address = "localhost:50051,localhost:50052"
This will make scaling up sqs much easier, without always having to have a corresponding osmosis node for each sqs instance.

Originally appeared Support multiple sqs instances

This PR ports original PR code to latest node version ( v24.x to v27.x ) and additionally fixes concurrent writes to memory pool tracker.

@github-actions github-actions bot added the C:app-wiring Changes to the app folder label Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:app-wiring Changes to the app folder
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant