Skip to content

Commit 4df6e4b

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents eec4dfa + c4dbc3c commit 4df6e4b

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

connector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>kafka-questdb-connector-root</artifactId>
55
<groupId>org.questdb</groupId>
6-
<version>0.14-SNAPSHOT</version>
6+
<version>0.15-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

integration-tests/avro-schema-registry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>kafka-integration-tests</artifactId>
55
<groupId>org.questdb</groupId>
6-
<version>0.14-SNAPSHOT</version>
6+
<version>0.15-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

integration-tests/commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>kafka-integration-tests</artifactId>
55
<groupId>org.questdb</groupId>
6-
<version>0.14-SNAPSHOT</version>
6+
<version>0.15-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

integration-tests/cp-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.questdb</groupId>
55
<artifactId>kafka-integration-tests</artifactId>
6-
<version>0.14-SNAPSHOT</version>
6+
<version>0.15-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>kafka-it-cp-server</artifactId>

integration-tests/debezium/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>kafka-integration-tests</artifactId>
55
<groupId>org.questdb</groupId>
6-
<version>0.14-SNAPSHOT</version>
6+
<version>0.15-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

integration-tests/exactlyonce/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.questdb</groupId>
66
<artifactId>kafka-integration-tests</artifactId>
7-
<version>0.14-SNAPSHOT</version>
7+
<version>0.15-SNAPSHOT</version>
88
</parent>
99
<artifactId>kafka-it-exactlyonce</artifactId>
1010

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>kafka-questdb-connector-root</artifactId>
55
<groupId>org.questdb</groupId>
6-
<version>0.14-SNAPSHOT</version>
6+
<version>0.15-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99
<artifactId>kafka-integration-tests</artifactId>

kafka-questdb-connector-samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>kafka-questdb-connector-root</artifactId>
55
<groupId>org.questdb</groupId>
6-
<version>0.14-SNAPSHOT</version>
6+
<version>0.15-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

kafka-questdb-connector-samples/stocks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.questdb</groupId>
55
<modelVersion>4.0.0</modelVersion>
6-
<version>0.14-SNAPSHOT</version>
6+
<version>0.15-SNAPSHOT</version>
77

88
<artifactId>kafka-samples-stocks</artifactId>
99

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.questdb</groupId>
55
<artifactId>kafka-questdb-connector-root</artifactId>
6-
<version>0.14-SNAPSHOT</version>
6+
<version>0.15-SNAPSHOT</version>
77
<modules>
88
<module>connector</module>
99
<module>integration-tests</module>

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ The connector reads data from Kafka topics and writes to [QuestDB](https://quest
33
The connector implements Apache Kafka [Sink Connector API](https://kafka.apache.org/documentation/#connect_development).
44

55
## Documentation
6-
Documentation is maintained on [QuestDB.io](https://questdb.io/docs/third-party-tools/kafka/questdb-kafka/)
6+
Documentation is maintained on [QuestDB.com](https://questdb.com/docs/third-party-tools/kafka/#questdb-kafka-connect-connector)
77

88
## Sample Projects
99
This repository contains a number of [sample projects.](kafka-questdb-connector-samples) showing how to use the connector. It also demonstrates how to use the connector together with Debezium for Change Data Capture.
@@ -16,4 +16,4 @@ It's also available in [Confluent Hub](https://www.confluent.io/hub/questdb/kafk
1616
If you encounter any issues, please [create an issue](https://github.com/questdb/kafka-questdb-connector/issues/new) in this repository.
1717

1818
## License
19-
This project is licensed under the Apache License 2.0. See [LICENSE](LICENSE) for details.
19+
This project is licensed under the Apache License 2.0. See [LICENSE](LICENSE) for details.

0 commit comments

Comments
 (0)