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

Add x header reflection #585

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
de20691
added filter to reflect any X- headers in the response. This is initi…
Mar 23, 2018
f9d2bfa
added configuration option and doco for 'enable.reflect.xheaders'
Mar 26, 2018
bff088f
added a test for xreflectheaders
Mar 26, 2018
750a242
fixing up checkstyle violations
Mar 27, 2018
b4a02f7
fixing tests for XHeader Reflection
Mar 27, 2018
3b23943
trying to get assertEquals to work with a multivaluemap which seems t…
Mar 27, 2018
69eb367
removed obsolete test class
Mar 27, 2018
2a03b91
so my issue with the tests and comparing strings and collections is a…
Mar 27, 2018
b28934b
seems you have to do the split manually.
Mar 27, 2018
a62ff1c
setting back to default - accidental commit removed.
Apr 1, 2018
1c77dd7
found the more in keeping way to add config, modified to match.
Apr 1, 2018
0e6a101
fix checkstyle issue
Apr 1, 2018
0675efc
found a better way to push in a test property
Apr 1, 2018
68a5756
issue with wrong version of resources being imported now corrected
Apr 1, 2018
9da6c9f
removed markdown syntax from doc string
Apr 1, 2018
68ddc9b
removed 'enable' from 'enable.reflect.xheaders' in doc
Apr 1, 2018
9b51e00
got the 'reflect_xheaders' setting backwards for this test. corrected…
Apr 1, 2018
f65485f
completed config conversion to proper boolean rather than pseudo-bool…
Apr 1, 2018
e325c7d
added configuration for setting idle timeout - requires updated rest-…
May 30, 2018
e7e0c28
broke reflect.xhearders, fixed it now.
May 30, 2018
8591a3c
Merge branch '4.1.1-post' of https://github.com/confluentinc/kafka-re…
Jul 3, 2018
2682a98
Merge branch 'confluentinc-4.1.1-post' into add-idle-timeout-config
Jul 3, 2018
f25ccec
Merge branch '5.0.0-post' of https://github.com/confluentinc/kafka-re…
joncourt Aug 8, 2018
7507cd1
Merge branch 'feature/merge-v5.0.0' into develop
joncourt Aug 8, 2018
9d45b19
added host.port config entry to do a similar job to host.name where t…
joncourt Aug 15, 2018
299c040
Tweaked order of logic for setting override port in UriUtils, added h…
joncourt Aug 16, 2018
3af252e
Merge pull request #2 from joncourt/add-idle-timeout-config
joncourt Aug 16, 2018
c9fde5f
Merge branch '5.3.0-post' of https://github.com/confluentinc/kafka-re…
Sep 6, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
setting back to default - accidental commit removed.
Jon Court committed Apr 1, 2018
commit a62ff1c5e54ba967ff04014f9a463685dac10b6c
4 changes: 1 addition & 3 deletions config/kafka-rest.properties
Original file line number Diff line number Diff line change
@@ -17,11 +17,9 @@
#id=kafka-rest-test-server
#schema.registry.url=http://localhost:8081
#zookeeper.connect=localhost:2181
bootstrap.servers=PLAINTEXT://ip-10-205-78-190.vpc-f08e9395.airnz.co.nz:9092
bootstrap.servers=PLAINTEXT://localhost:9092
#
# Configure interceptor classes for sending consumer and producer metrics to Confluent Control Center
# Make sure that monitoring-interceptors-<version>.jar is on the Java class path
#consumer.interceptor.classes=io.confluent.monitoring.clients.interceptor.MonitoringConsumerInterceptor
#producer.interceptor.classes=io.confluent.monitoring.clients.interceptor.MonitoringProducerInterceptor

enable.reflect.xheaders=true