-
Notifications
You must be signed in to change notification settings - Fork 453
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
[query] api: Respect env+zone headers in topic #2159
Conversation
I've tested this in a test cluster and was able to create topics for an environment other than the one the coordinator was configured with 👍 . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
d6c9e31
to
4393859
Compare
We recently updated our Buildkite stack. The new version of the agents doesn't come with netcat installed, which we use in our integration tests. "Install" it if necessary.
4393859
to
789ea4d
Compare
Codecov Report
@@ Coverage Diff @@
## master #2159 +/- ##
========================================
Coverage ? 61.4%
========================================
Files ? 807
Lines ? 78644
Branches ? 0
========================================
Hits ? 48324
Misses ? 26760
Partials ? 3560
Continue to review full report at Codecov.
|
commit 9f05f58 Author: Matt Schallert <mattschallert@gmail.com> Date: Thu Feb 20 21:25:25 2020 -0500 undo debug commit 8f8f832 Author: Matt Schallert <mattschallert@gmail.com> Date: Thu Feb 20 20:08:56 2020 -0500 try undo addr change commit dd83408 Author: Matt Schallert <mattschallert@gmail.com> Date: Thu Feb 20 18:27:50 2020 -0500 another way commit 99a2dfb Author: Matt Schallert <mattschallert@gmail.com> Date: Thu Feb 20 17:45:21 2020 -0500 fix ips commit 3d90281 Author: Matt Schallert <mattschallert@gmail.com> Date: Thu Feb 20 17:35:43 2020 -0500 fix nc addrs
789ea4d
to
25f8907
Compare
What this PR does / why we need it: We previously had not been taking the
Cluster-Environment-Name
andCluster-Zone-Name
headers into account in the topic handler. Users rely on these for namespace and placement handlers. This updates the topic handlers to respect them as well.Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing and/or backwards incompatible change?:
Does this PR require updating code package or user-facing documentation?: