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

Acre - Add bulk requests to shiroclient-sdk-go #38

Open
sam-at-luther opened this issue Feb 1, 2024 · 1 comment
Open

Acre - Add bulk requests to shiroclient-sdk-go #38

sam-at-luther opened this issue Feb 1, 2024 · 1 comment

Comments

@sam-at-luther
Copy link
Member

No description provided.

@sam-at-luther
Copy link
Member Author

The shiroclient-gw supports a feature called "bulk requests" which can let a caller batch up multiple phylum calls into a single transaction, without having to change their phylum code. This is implemented at the JSON-RPC layer in shiroclient-gw. However, we never have exposed this feature to the shiroclient-sdk-go, so presently our customers can't use it. This may be helpful to Acre, who is presently making back to back calls on some endpoints that result in MVCC conflicts and long depTx waits.

@antoine-at-luther antoine-at-luther changed the title Add bulk requests to shiroclient-sdk-go Acre - Add bulk requests to shiroclient-sdk-go Feb 8, 2024
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