This repository was archived by the owner on Nov 20, 2024. It is now read-only.
File tree 3 files changed +11
-4
lines changed
src/test/resources/docker
3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.humio.kafka.connect.hec</groupId >
6
6
<artifactId >kafka-connect-hec-sink</artifactId >
7
- <version >1.1.3 </version >
7
+ <version >1.1.4 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >kafka-connect-hec-sink</name >
375
375
<documentationUrl >https://github.com/humio/kafka-connect-hec-sink/blob/master/README.md</documentationUrl >
376
376
<description >It's a basic Apache Kafka Connect SinkConnector which allows moving data from Kafka topics into Humio.</description >
377
377
<logo >assets/humio-logo.png</logo >
378
+
379
+ <licenses >
380
+ <license >
381
+ <name >The Apache License, Version 2.0</name >
382
+ <url >https://www.apache.org/licenses/LICENSE-2.0</url >
383
+ </license >
384
+ </licenses >
378
385
379
386
<ownerUsername >humio</ownerUsername >
380
387
<ownerType >organization</ownerType >
381
388
<ownerName >Humio</ownerName >
382
- <ownerUrl >https://humio.com/</ownerUrl >
389
+ <ownerUrl >https://www. humio.com/</ownerUrl >
383
390
384
391
<supportProviderName >Humio</supportProviderName >
385
392
<supportSummary >Humio Support</supportSummary >
386
- <supportUrl >http ://humio.com/</supportUrl >
393
+ <supportUrl >https ://support. humio.com/</supportUrl >
387
394
388
395
<confluentControlCenterIntegration >true</confluentControlCenterIntegration >
389
396
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ services:
64
64
ports :
65
65
- " 18083:18083"
66
66
volumes :
67
- - ../../../../target/kafka-connect-hec-sink-1.1.3 -jar-with-dependencies.jar:/etc/kafka-connect/jars/kafka-connect-hec-sink/kafka-connect-hec-sink-1.0-SNAPSHOT-jar-with-dependencies.jar
67
+ - ../../../../target/kafka-connect-hec-sink-1.1.4 -jar-with-dependencies.jar:/etc/kafka-connect/jars/kafka-connect-hec-sink/kafka-connect-hec-sink-1.0-SNAPSHOT-jar-with-dependencies.jar
68
68
environment :
69
69
CONNECT_BOOTSTRAP_SERVERS : ' kafkabroker:19092'
70
70
CONNECT_REST_ADVERTISED_HOST_NAME : kafkaconnect
You can’t perform that action at this time.
0 commit comments