| License |
License |
|---|---|
| Categories |
CategoriesProtobuf Data Data Structures |
| GroupId | GroupIdcom.tradeshift |
| ArtifactId | ArtifactIdkafka-connect-protobuf-converter |
| Last Version | Last Version0.1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionKafka Connect: Protobuf Converter
Converter plugin for Kafka Connect. A converter controls the format of the data
that will be written to Kafka for source connectors or read from Kafka for sink connectors.
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationTradeshift |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.tradeshift/kafka-connect-protobuf-converter/ -->
<dependency>
<groupId>com.tradeshift</groupId>
<artifactId>kafka-connect-protobuf-converter</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.tradeshift/kafka-connect-protobuf-converter/
implementation 'com.tradeshift:kafka-connect-protobuf-converter:0.1.2'
// https://jarcasting.com/artifacts/com.tradeshift/kafka-connect-protobuf-converter/
implementation ("com.tradeshift:kafka-connect-protobuf-converter:0.1.2")
'com.tradeshift:kafka-connect-protobuf-converter:jar:0.1.2'
<dependency org="com.tradeshift" name="kafka-connect-protobuf-converter" rev="0.1.2">
<artifact name="kafka-connect-protobuf-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tradeshift', module='kafka-connect-protobuf-converter', version='0.1.2')
)
libraryDependencies += "com.tradeshift" % "kafka-connect-protobuf-converter" % "0.1.2"
[com.tradeshift/kafka-connect-protobuf-converter "0.1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.kafka : connect-api | jar | 2.8.1 |
| com.google.protobuf : protobuf-java | jar | 3.19.3 |
| com.google.protobuf : protobuf-java-util | jar | 3.19.3 |
| com.google.api.grpc : googleapis-common-protos | jar | 0.0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |
| uk.co.jemos.podam : podam | jar | 7.2.8.RELEASE |