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

Commits on Mar 23, 2018

  1. 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 committed Mar 23, 2018
    Configuration menu
    Copy the full SHA
    de20691 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2018

  1. Configuration menu
    Copy the full SHA
    f9d2bfa View commit details
    Browse the repository at this point in the history
  2. added a test for xreflectheaders

    Jon Court committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    bff088f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. fixing up checkstyle violations

    Jon Court committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    750a242 View commit details
    Browse the repository at this point in the history
  2. fixing tests for XHeader Reflection

    Jon Court committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    b4a02f7 View commit details
    Browse the repository at this point in the history
  3. 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 committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    3b23943 View commit details
    Browse the repository at this point in the history
  4. removed obsolete test class

    Jon Court committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    69eb367 View commit details
    Browse the repository at this point in the history
  5. so my issue with the tests and comparing strings and collections is a…

    … bug with the code... good test.
    Jon Court committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    2a03b91 View commit details
    Browse the repository at this point in the history
  6. seems you have to do the split manually.

    Jon Court committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    b28934b View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2018

  1. Configuration menu
    Copy the full SHA
    a62ff1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c77dd7 View commit details
    Browse the repository at this point in the history
  3. fix checkstyle issue

    Jon Court committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    0e6a101 View commit details
    Browse the repository at this point in the history
  4. found a better way to push in a test property

    Jon Court committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    0675efc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68a5756 View commit details
    Browse the repository at this point in the history
  6. removed markdown syntax from doc string

    Jon Court committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    9da6c9f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    68ddc9b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9b51e00 View commit details
    Browse the repository at this point in the history
  9. completed config conversion to proper boolean rather than pseudo-bool…

    …ean for reflect.xheaders
    Jon Court committed Apr 1, 2018
    Configuration menu
    Copy the full SHA
    f65485f View commit details
    Browse the repository at this point in the history

Commits on May 30, 2018

  1. added configuration for setting idle timeout - requires updated rest-…

    …utils also.
    Jon Court committed May 30, 2018
    Configuration menu
    Copy the full SHA
    e325c7d View commit details
    Browse the repository at this point in the history
  2. broke reflect.xhearders, fixed it now.

    Jon Court committed May 30, 2018
    Configuration menu
    Copy the full SHA
    e7e0c28 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

  1. 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 committed Jul 3, 2018
    Configuration menu
    Copy the full SHA
    8591a3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2682a98 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2018

  1. Merge branch '5.0.0-post' of https://github.com/confluentinc/kafka-rest

    … into feature/merge-v5.0.0
    joncourt committed Aug 8, 2018
    Configuration menu
    Copy the full SHA
    f25ccec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7507cd1 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2018

  1. 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.
    joncourt committed Aug 15, 2018
    Configuration menu
    Copy the full SHA
    9d45b19 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2018

  1. 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.
    joncourt committed Aug 16, 2018
    Configuration menu
    Copy the full SHA
    299c040 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from joncourt/add-idle-timeout-config

    Add idle timeout config
    joncourt authored Aug 16, 2018
    Configuration menu
    Copy the full SHA
    3af252e View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2019

  1. 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 committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    c9fde5f View commit details
    Browse the repository at this point in the history