-
Notifications
You must be signed in to change notification settings - Fork 647
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
base: master
Are you sure you want to change the base?
Commits on Mar 23, 2018
-
added filter to reflect any X- headers in the response. This is initi…
…ally to facilitate correlating the response with the request in the client for those clients who need to do so manually.
Jon Court committedMar 23, 2018 Configuration menu - View commit details
-
Copy full SHA for de20691 - Browse repository at this point
Copy the full SHA de20691View commit details
Commits on Mar 26, 2018
-
added configuration option and doco for 'enable.reflect.xheaders'
Jon Court committedMar 26, 2018 Configuration menu - View commit details
-
Copy full SHA for f9d2bfa - Browse repository at this point
Copy the full SHA f9d2bfaView commit details -
added a test for xreflectheaders
Jon Court committedMar 26, 2018 Configuration menu - View commit details
-
Copy full SHA for bff088f - Browse repository at this point
Copy the full SHA bff088fView commit details
Commits on Mar 27, 2018
-
fixing up checkstyle violations
Jon Court committedMar 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 750a242 - Browse repository at this point
Copy the full SHA 750a242View commit details -
fixing tests for XHeader Reflection
Jon Court committedMar 27, 2018 Configuration menu - View commit details
-
Copy full SHA for b4a02f7 - Browse repository at this point
Copy the full SHA b4a02f7View commit details -
trying to get assertEquals to work with a multivaluemap which seems t…
…o be returning a list at runtime - but a simple string at compile time
Jon Court committedMar 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 3b23943 - Browse repository at this point
Copy the full SHA 3b23943View commit details -
Jon Court committed
Mar 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 69eb367 - Browse repository at this point
Copy the full SHA 69eb367View commit details -
so my issue with the tests and comparing strings and collections is a…
… bug with the code... good test.
Jon Court committedMar 27, 2018 Configuration menu - View commit details
-
Copy full SHA for 2a03b91 - Browse repository at this point
Copy the full SHA 2a03b91View commit details -
seems you have to do the split manually.
Jon Court committedMar 27, 2018 Configuration menu - View commit details
-
Copy full SHA for b28934b - Browse repository at this point
Copy the full SHA b28934bView commit details
Commits on Apr 1, 2018
-
setting back to default - accidental commit removed.
Jon Court committedApr 1, 2018 Configuration menu - View commit details
-
Copy full SHA for a62ff1c - Browse repository at this point
Copy the full SHA a62ff1cView commit details -
found the more in keeping way to add config, modified to match.
Jon Court committedApr 1, 2018 Configuration menu - View commit details
-
Copy full SHA for 1c77dd7 - Browse repository at this point
Copy the full SHA 1c77dd7View commit details -
Jon Court committed
Apr 1, 2018 Configuration menu - View commit details
-
Copy full SHA for 0e6a101 - Browse repository at this point
Copy the full SHA 0e6a101View commit details -
found a better way to push in a test property
Jon Court committedApr 1, 2018 Configuration menu - View commit details
-
Copy full SHA for 0675efc - Browse repository at this point
Copy the full SHA 0675efcView commit details -
issue with wrong version of resources being imported now corrected
Jon Court committedApr 1, 2018 Configuration menu - View commit details
-
Copy full SHA for 68a5756 - Browse repository at this point
Copy the full SHA 68a5756View commit details -
removed markdown syntax from doc string
Jon Court committedApr 1, 2018 Configuration menu - View commit details
-
Copy full SHA for 9da6c9f - Browse repository at this point
Copy the full SHA 9da6c9fView commit details -
removed 'enable' from 'enable.reflect.xheaders' in doc
Jon Court committedApr 1, 2018 Configuration menu - View commit details
-
Copy full SHA for 68ddc9b - Browse repository at this point
Copy the full SHA 68ddc9bView commit details -
got the 'reflect_xheaders' setting backwards for this test. corrected…
… now.
Jon Court committedApr 1, 2018 Configuration menu - View commit details
-
Copy full SHA for 9b51e00 - Browse repository at this point
Copy the full SHA 9b51e00View commit details -
completed config conversion to proper boolean rather than pseudo-bool…
…ean for reflect.xheaders
Jon Court committedApr 1, 2018 Configuration menu - View commit details
-
Copy full SHA for f65485f - Browse repository at this point
Copy the full SHA f65485fView commit details
Commits on May 30, 2018
-
added configuration for setting idle timeout - requires updated rest-…
…utils also.
Jon Court committedMay 30, 2018 Configuration menu - View commit details
-
Copy full SHA for e325c7d - Browse repository at this point
Copy the full SHA e325c7dView commit details -
broke reflect.xhearders, fixed it now.
Jon Court committedMay 30, 2018 Configuration menu - View commit details
-
Copy full SHA for e7e0c28 - Browse repository at this point
Copy the full SHA e7e0c28View commit details
Commits on Jul 3, 2018
-
Merge branch '4.1.1-post' of https://github.com/confluentinc/kafka-rest…
… into confluentinc-4.1.1-post # Conflicts: # kafka-rest/src/main/java/io/confluent/kafkarest/KafkaRestApplication.java # kafka-rest/src/main/java/io/confluent/kafkarest/KafkaRestConfig.java # kafka-rest/src/test/java/io/confluent/kafkarest/integration/ClusterTestHarness.java
Jon Court committedJul 3, 2018 Configuration menu - View commit details
-
Copy full SHA for 8591a3c - Browse repository at this point
Copy the full SHA 8591a3cView commit details -
Merge branch 'confluentinc-4.1.1-post' into add-idle-timeout-config
Jon Court committedJul 3, 2018 Configuration menu - View commit details
-
Copy full SHA for 2682a98 - Browse repository at this point
Copy the full SHA 2682a98View commit details
Commits on Aug 8, 2018
-
Merge branch '5.0.0-post' of https://github.com/confluentinc/kafka-rest…
… into feature/merge-v5.0.0
Configuration menu - View commit details
-
Copy full SHA for f25ccec - Browse repository at this point
Copy the full SHA f25ccecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7507cd1 - Browse repository at this point
Copy the full SHA 7507cd1View commit details
Commits on Aug 15, 2018
-
added host.port config entry to do a similar job to host.name where t…
…he Load Balancer port is different to the direct access ports (i.e. lb uses 443 where direct access uses 8082) - this is important for consumer group responses.
Configuration menu - View commit details
-
Copy full SHA for 9d45b19 - Browse repository at this point
Copy the full SHA 9d45b19View commit details
Commits on Aug 16, 2018
-
Tweaked order of logic for setting override port in UriUtils, added h…
…ost.port config test, re-flow'd some of the text in KafkaRestConfig to comply with Checkstyle line lengths.
Configuration menu - View commit details
-
Copy full SHA for 299c040 - Browse repository at this point
Copy the full SHA 299c040View commit details -
Merge pull request #2 from joncourt/add-idle-timeout-config
Add idle timeout config
Configuration menu - View commit details
-
Copy full SHA for 3af252e - Browse repository at this point
Copy the full SHA 3af252eView commit details
Commits on Sep 6, 2019
-
Merge branch '5.3.0-post' of https://github.com/confluentinc/kafka-rest…
… into add-x-header-reflection # Conflicts: # docs/config.rst # kafka-rest-common/src/main/java/io/confluent/kafkarest/KafkaRestConfig.java # kafka-rest/src/main/java/io/confluent/kafkarest/KafkaRestApplication.java # kafka-rest/src/main/java/io/confluent/kafkarest/UriUtils.java # kafka-rest/src/test/java/io/confluent/kafkarest/integration/ClusterTestHarness.java # kafka-rest/src/test/java/io/confluent/kafkarest/unit/UriUtilsTest.java
Jon Court committedSep 6, 2019 Configuration menu - View commit details
-
Copy full SHA for c9fde5f - Browse repository at this point
Copy the full SHA c9fde5fView commit details