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

[QREST] Make the txn mgr space timeout per route #301

Open
mchhil-incomm opened this issue Mar 19, 2024 · 0 comments
Open

[QREST] Make the txn mgr space timeout per route #301

mchhil-incomm opened this issue Mar 19, 2024 · 0 comments

Comments

@mchhil-incomm
Copy link

@SuppressWarnings("unchecked")
public void queue (FullHttpRequest request, Context ctx) {
sp.out(getQueue(request), ctx, 60000L);
}

Currently, the timeout is hard coded to 60000L, can we make the timeout configurable?

Since the routes can use different Txn Mgrs, a timeout per route would be good to have.

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

No branches or pull requests

1 participant