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

Support to handle data size > 4mb in get responses #71

Open
mahen-g opened this issue Jul 16, 2020 · 2 comments
Open

Support to handle data size > 4mb in get responses #71

mahen-g opened this issue Jul 16, 2020 · 2 comments
Labels
enhancement New feature or request os/nx NX-OS

Comments

@mahen-g
Copy link

mahen-g commented Jul 16, 2020

When we perform a gnmi get request, the default size handles only 4mb response size. We need to handle datasize > 4mb in responses.

options = [('grpc.max_receive_message_length', 1610241024)]

Thanks,
Mahendra

@remingtonc remingtonc added enhancement New feature or request os/nx NX-OS labels Jul 16, 2020
@remingtonc
Copy link
Contributor

@mahen-g You can address this today when using ClientBuilder by setting .set_channel_option("grpc.max_receive_message_length", 1610241024). If this is a default for NX-OS we can try and add this to the builder code intelligence.

@mahen-g
Copy link
Author

mahen-g commented Jul 28, 2020

Yes, we could use the above setting. NX-OS has a limit of 12MB . So, keeping it at 16MB should be fine.

Thanks,
Mahendra

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request os/nx NX-OS
Projects
None yet
Development

No branches or pull requests

2 participants