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

Use Same Host for both JSON-HTTP and GRPC #6197

Closed
wants to merge 1 commit into from
Closed

Conversation

nisdas
Copy link
Member

@nisdas nisdas commented Jun 10, 2020

What type of PR is this?

Bug Fix

What does this PR do? Why is it needed?

Uses the same host for both grpc and json-http. This allows it to be
configurable.

Which issues(s) does this PR fix?

Fixes #6196

Other notes for review

Introduced in #5614

… into removeHardLimit

# Conflicts:
use same host
@nisdas nisdas requested a review from a team as a code owner June 10, 2020 07:51
@nisdas nisdas changed the title Use Same Host for both Json-Http and Grpc Use Same Host for both JSON-HTTP and GRPC Jun 10, 2020
Copy link
Contributor

@shayzluf shayzluf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@codecov
Copy link

codecov bot commented Jun 10, 2020

Codecov Report

Merging #6197 into master will decrease coverage by 0.07%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #6197      +/-   ##
==========================================
- Coverage   59.79%   59.72%   -0.08%     
==========================================
  Files         322      322              
  Lines       27485    27301     -184     
==========================================
- Hits        16435    16305     -130     
+ Misses       8793     8775      -18     
+ Partials     2257     2221      -36     

@nisdas
Copy link
Member Author

nisdas commented Jun 10, 2020

Superseded by #6202 .

@nisdas nisdas closed this Jun 10, 2020
@nisdas nisdas deleted the useSameHost branch June 10, 2020 12:21
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

Successfully merging this pull request may close these issues.

It isn't possible to enable JSON-HTTP API access from outside
2 participants