Package org.apache.kafka.connect.rest
package org.apache.kafka.connect.rest
Provides a pluggable interface for altering the behavior of the Connect REST API.
-
ClassDescriptionA plugin interface to allow registration of new JAX-RS resources like Filters, REST endpoints, providers, etc.The interface provides the ability for
ConnectRestExtension
implementations to access the JAX-RSConfigurable
and cluster stateConnectClusterState
.