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

xds: fix wrong number type for generated raw config (1.31.x backport) #7884

Commits on Feb 9, 2021

  1. xds: fix wrong number type for generated raw config (grpc#7880)

    JsonUtil is expecting numbers in Map<String, ?> to be Double. The generated raw config (Ma<String, ?>) should use Double for numerical values put into it.
    voidzcy committed Feb 9, 2021
    Copy the full SHA
    7679d68 View commit details
    Browse the repository at this point in the history