Skip to content

Commit

Permalink
Validate X-Druid-Task-Id header in request/response and support retry…
Browse files Browse the repository at this point in the history
…ing on outdated TaskLocation information, add KafkaIndexTaskClient unit tests (apache#3006)

* validate X-Druid-Task-Id header in request and add header to response

* modify KafkaIndexTaskClient to take a TaskLocationProvider as the TaskLocation may not remain constant
  • Loading branch information
dclim authored and fjy committed May 26, 2016
1 parent b5bd406 commit 3ef24c0
Show file tree
Hide file tree
Showing 12 changed files with 1,133 additions and 229 deletions.
6 changes: 6 additions & 0 deletions extensions-core/kafka-indexing-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@
<version>0.9.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.10.4.Final</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
Expand Down
Loading

0 comments on commit 3ef24c0

Please sign in to comment.