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

GRPC message size must be configurable #33

Open
kolayuk opened this issue Sep 22, 2021 · 0 comments
Open

GRPC message size must be configurable #33

kolayuk opened this issue Sep 22, 2021 · 0 comments

Comments

@kolayuk
Copy link

kolayuk commented Sep 22, 2021

Because of changes in Fabric 2.3.3 GRPC message size must be configurable via peer.maxSendMsgSize changelog
But in chaincode client it is hardcoded to 100M: https://github.com/hyperledger/fabric-chaincode-go/blob/main/shim/internal/client.go#L19

Peer must provide actual size to chaincode while building container (via env for example like it is done with CORE_PEER_TLS_ENABLED) and chaincode server must read it.

@hyperledger hyperledger deleted a comment from stillhated Nov 9, 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