diff --git a/README.md b/README.md index d865541..ebd74c3 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ flush.timeout.ms | Used for periodic flushing | int | 10000 | low | 1234 behavior.on.error | Error handling behavior | string | FAIL | medium | LOG or FAIL tile38.password | Tile38's password | string | "" | low | foo123 tile38.topic.foo | Example command for 'foo' topic | string | | low | SET foo event.id FIELD route event.route POINT event.lat event.lon -tile38.topic.foo.expire | Expire time for 'foo' keyed id's | int | | low | 5 +tile38.topic.foo.expire | Expire time for elements from 'foo' topic | int | | low | 5 tile38.topic.bar | Example command for 'bar' topic | string | | low | SET anything event.the_key POINT event.latitude event.longitude ***and*** | ***a*** | ***few*** | ***boring*** | ***connection*** | ***settings*** socket.tcp.no.delay.enabled | Use TCP-no-delay | boolean | false | low | diff --git a/docker-compose.yml b/docker-compose.yml index 8e72efa..4e119c5 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -89,7 +89,7 @@ services: CONNECT_PLUGIN_PATH: "/usr/share/java,/usr/share/confluent-hub-components" CONNECT_LOG4J_LOGGERS: org.apache.zookeeper=ERROR,org.I0Itec.zkclient=ERROR,org.reflections=ERROR volumes: - - ./target/kafka-connect-tile38-sink-1.0.1-SNAPSHOT-package/share/java/kafka-connect-tile38-sink:/usr/share/confluent-hub-components/kafka-connect-tile38-sink + - ./target/kafka-connect-tile38-sink-1.0.1-package/share/java/kafka-connect-tile38-sink:/usr/share/confluent-hub-components/kafka-connect-tile38-sink - ./src/main/resources/datagen:/tmp links: diff --git a/pom.xml b/pom.xml index c79e5cc..d051937 100644 --- a/pom.xml +++ b/pom.xml @@ -1,12 +1,19 @@ - + @@ -14,7 +21,7 @@ guru.bonacci.tile38.connect kafka-connect-tile38-sink - 1.0.1-SNAPSHOT + 1.0.1 jar kafka-connect-tile38-sink