Registry / messaging / connect-runtime

connect-runtime

JSON →
library4.3.0javamavenunverified

Runtime library for Apache Kafka Connect, providing the core execution environment for connectors.

<dependency> <groupId>org.apache.kafka</groupId> <artifactId>connect-runtime</artifactId> <version>4.3.0</version> </dependency>
INSTALL
IMPORT
SIG · CONNECT-RUNTIME
C
connect-runtime
messagingjavav4.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Connect
org.apache.kafka.connect.runtime.Connect

Starts a Kafka Connect runtime with a worker configuration.

import org.apache.kafka.connect.runtime.Connect; import org.apache.kafka.connect.runtime.WorkerConfig; import java.util.Properties; public class Main { public static void main(String[] args) { Properties props = new Properties(); props.put("bootstrap.servers", "localhost:9092"); WorkerConfig config = new WorkerConfig(props); Connect connect = new Connect(config); connect.start(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.3.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
34 hits · last 30 days
node
32
OpenAI (training)
1
Resources
connect-runtime — mvn dependency:get connect-runtime · libregistry