kafka-connect-common


Лицензия

Лицензия

Категории

Категории

Данные
Группа

Группа

com.datamountaineer
Идентификатор

Идентификатор

kafka-connect-common
Последняя версия

Последняя версия

2.0.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

kafka-connect-common
kafka-connect-common
Ссылка на сайт

Ссылка на сайт

https://github.com/lensesio/kafka-connect-common
Система контроля версий

Система контроля версий

https://github.com/lensesio/kafka-connect-common.git

Скачать kafka-connect-common

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.datamountaineer/kafka-connect-common/ -->
<dependency>
    <groupId>com.datamountaineer</groupId>
    <artifactId>kafka-connect-common</artifactId>
    <version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.datamountaineer/kafka-connect-common/
implementation 'com.datamountaineer:kafka-connect-common:2.0.5'
// https://jarcasting.com/artifacts/com.datamountaineer/kafka-connect-common/
implementation ("com.datamountaineer:kafka-connect-common:2.0.5")
'com.datamountaineer:kafka-connect-common:jar:2.0.5'
<dependency org="com.datamountaineer" name="kafka-connect-common" rev="2.0.5">
  <artifact name="kafka-connect-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.datamountaineer', module='kafka-connect-common', version='2.0.5')
)
libraryDependencies += "com.datamountaineer" % "kafka-connect-common" % "2.0.5"
[com.datamountaineer/kafka-connect-common "2.0.5"]

Зависимости

runtime (5)

Идентификатор библиотеки Тип Версия
com.sksamuel.avro4s : avro4s-core_2.12 jar 1.6.4
org.json4s : json4s-native_2.12 jar 3.6.7
org.json4s : json4s-jackson_2.12 jar 3.6.7
com.landoop : kafka-connect-smt_2.12 jar 2.0.0
com.datamountaineer : kcql jar 2.8.7

test (8)

Идентификатор библиотеки Тип Версия
org.mockito : mockito-scala_2.12 jar 1.13.0
org.scalacheck : scalacheck_2.12 jar 1.14.3
org.scalatest : scalatest_2.12 jar 3.1.1
junit : junit jar 4.12
org.apache.curator : curator-test jar 3.1.0
org.powermock : powermock-module-junit4 jar 1.6.5
org.pegdown : pegdown jar 1.1.0
com.vladsch.flexmark : flexmark-all jar 0.35.10

Модули Проекта

Данный проект не имеет модулей.

Actions Status Kafka Connect Common is in Maven, include it in your connector.

Releases

Version Confluent Version Kafka Kcql Version Scala Version
2.0.5 5.4.0 2.4.0 2.8.7 2.12
2.0.4 5.4.0 2.4.0 2.8.7 2.12
2.0.3 5.4.0 2.4.0 2.8.6 2.12
2.0.2 5.4.0 2.4.0 2.8.5 2.12
2.0.1 5.4.0 2.4.0 2.8.4 2.12
2.0.0 5.4.0 2.4.0 2.8.4 2.12
1.1.9 5.0.0 1.1.0 2.8.4 2.11
1.1.8 5.0.0 1.1.0 2.8.4 2.11
1.1.5 5.0.0 1.1.0 2.8.2 2.11
1.1.5 4.1.0 1.1.0 2.8.2 2.11
1.1.4 4.1.0 1.1.0 2.8.2 2.11
1.1.3 4.1.0 1.1.0 2.8 2.11
1.1.2 4.1.0 1.1.0 2.7 2.11
1.1.1 4.1.0 1.1.0 2.5.1 2.11
1.1.0 4.1.0 1.1.0 2.5.1 2.11
1.0.9 4.0.0 1.0.0 2.5.1 2.11
1.0.8 4.0.0 1.0.0 2.5.1 2.11
1.0.7 4.0.0 1.0.0 2.5.1 2.11
1.0.6 4.0.0 1.0.0 2.5.1 2.11
1.0.5 4.0.0 1.0.0 2.5.1 2.11
1.0.4 4.0.0 1.0.0 2.5.1 2.11
1.0.3 4.0.0 1.0.0 2.4 2.11
1.0.2 4.0.0 1.0.0 2.4 2.11
1.0.1 4.0.0 1.0.0 2.4 2.11
1.0.2 4.0.0 1.0.0 2.4 2.11
1.0.1 4.0.0 1.0.0 2.4 2.11
1.0.0 4.0.0 1.0.0 2.4 2.11
#maven
<dependency>
	<groupId>com.datamountaineer</groupId>
	<artifactId>kafka-connect-common</artifactId>
	<version>LATEST</version>
</dependency>

kafka-connect-common

Common components used across the datamountaineer kafka connect connectors.

Packages

Config

SSLConfigConext

Contains class for SSL Context configuration for supplied trust and keystores.

Offsets

The offset handler retrieves, from Kafka the stored offset map per source partition.

Queues

Helper methods to drain LinkedBlockingQueues.

Sink

Contains Writer and KeyBuilder classes.

DbWriter

Defines the contract for inserting a new row for the connect sink record.

KeyBuilder

  • Builds the new record key for the given connect SinkRecord.
  • Builds a new key from the payload fields specified.

Schemas

  • RestService to integrate with the Schema Registry

PayloadFields

Works out the fields and their mappings to be used when inserting a new row.

ConvertUtil

Converts source and sink records to JSON and Avro and back.

StructFieldsExtractor

Extracts fields from a SinkRecord Struct based on a specified set of provided columns.

com.datamountaineer

Lenses.io

The Real Time applications and data operation #DataOps portal for Apache Kafka and Kubernetes

Версии библиотеки

Версия
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.9.7
0.9.6.3
0.9.6.2
0.9.6.1
0.9.6
0.9.5
0.9.3
0.9.2
0.9.1
0.9.0
0.8.3.3
0.8.3.2
0.8.3.1
0.8.3.0
0.8.2.9
0.8.2.7
0.8.2.6
0.8.2.5
0.8.2.4
0.8.2.3
0.8.2.2
0.8.2.1
0.8.1.3
0.8.1.1
0.8.1
0.8.0
0.7.9
0.7.8
0.7.7
0.7.6-cp3.1.2
0.7.6
0.7.5-cp3.1.2
0.7.5
0.7.4-cp3.1.2
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
0.6.9
0.6.8
0.6.7
0.6.6
0.6.5
0.6.4
0.6.3
0.6.2
0.6.1
0.6
0.5
0.4.2
0.4.1
0.4
0.3.8
0.3.7
0.3.5
0.3.4
0.3.3
0.3.1
0.3
0.2.2.1
0.2.2
0.2.1
0.2
0.1