You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Build the connector using Maven:
25
25
mvn clean package
26
26
```
27
27
28
-
Once built, the output is a single JAR called `target/kafka-connect-mq-source-0.4-SNAPSHOT-jar-with-dependencies.jar` which contains all of the required dependencies.
28
+
Once built, the output is a single JAR called `target/kafka-connect-mq-source-0.5-SNAPSHOT-jar-with-dependencies.jar` which contains all of the required dependencies.
29
29
30
30
31
31
## Running the connector
@@ -153,7 +153,6 @@ The connector is intentionally basic. The idea is to enhance it over time with a
153
153
* Simplification of handling message formats
154
154
* Message key support
155
155
* JMX metrics
156
-
* Testing with the Confluent Platform Avro converter and Schema Registry
157
156
* Separate TLS configuration for the connector so that keystore location and so on can be specified as configurations
0 commit comments