Skip to content

Commit

Permalink
upgrade to confluent 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jetoile committed Aug 20, 2019
1 parent 24c150a commit de76cf2
Show file tree
Hide file tree
Showing 6 changed files with 439 additions and 145 deletions.
6 changes: 3 additions & 3 deletions hadoop-unit-confluent-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka_2.12</artifactId>
<version>1.1.0</version>
<version>${confluent_kafka.version}</version>
</dependency>

<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>1.1.0</version>
<version>${confluent_kafka.version}</version>
</dependency>


Expand All @@ -70,7 +70,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util</artifactId>
<version>9.4.14.v20181114</version>
<version>9.4.18.v20190429</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion hadoop-unit-confluent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util</artifactId>
<version>9.4.14.v20181114</version>
<version>9.4.18.v20190429</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,6 @@ private void build() {
KsqlRestConfig config = new KsqlRestConfig(ksqlConfig);
restServer = KsqlRestApplication.buildApplication(config, KsqlVersionCheckerAgent::new, Integer.MAX_VALUE);
restServer.createServer();
} catch (RestConfigException e) {
LOGGER.error("Server configuration failed: ", e);
} catch (Exception e) {
LOGGER.error("Server died unexpectedly: ", e);
}
Expand Down
Loading

0 comments on commit de76cf2

Please sign in to comment.