This is an automated email from the ASF dual-hosted git repository. diwu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-kafka-connector.git
The following commit(s) were added to refs/heads/master by this push: new 086bf90 [feature]Support reading protobuf serialized data (#23) 086bf90 is described below commit 086bf9016605a11d8f518464836d72d13be94a24 Author: wudongliang <46414265+donglian...@users.noreply.github.com> AuthorDate: Tue Jun 4 11:30:13 2024 +0800 [feature]Support reading protobuf serialized data (#23) --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index 282650f..ddbeb2f 100644 --- a/pom.xml +++ b/pom.xml @@ -265,6 +265,17 @@ <artifactId>kafka-connect-avro-converter</artifactId> <version>${confluent.version}</version> </dependency> + <dependency> + <groupId>io.confluent</groupId> + <artifactId>kafka-protobuf-serializer</artifactId> + <version>${confluent.version}</version> + </dependency> + <dependency> + <groupId>io.confluent</groupId> + <artifactId>kafka-connect-protobuf-converter</artifactId> + <version>${confluent.version}</version> + </dependency> + <!-- https://mvnrepository.com/artifact/io.debezium/debezium-core --> <dependency> <groupId>io.debezium</groupId> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org