Package io.debezium.kcrestextension
package io.debezium.kcrestextension
-
ClassesClassDescriptionA Kafka Connect REST extension that enables some advanced features over Kafka Connect's REST interface: + report available transformations and their configuration + return if topic auto-creation is available and enabled To install this extension put the jar file into a separate Kafka Connect plugin dir and configure your Kafka Connect properties file with: `rest.extension.classes=io.debezium.kcrestextension.DebeziumConnectRestExtension`A JAX-RS Resource class defining endpoints that enable some advanced features over Kafka Connect's REST interface: + report available transformations and their configuration + return if topic auto-creation is available and enabledInformation about this module.