Class GetConnectorTopics

java.lang.Object
org.sourcelab.kafka.connect.apiclient.request.get.GetConnectorTopics
All Implemented Interfaces:
GetRequest<ConnectorTopics>, Request<ConnectorTopics>

public class GetConnectorTopics
extends Object
implements GetRequest<ConnectorTopics>
Returns a list of connector topic names. There is no defined order in which the topics are returned and consecutive calls may return the same topic names but in different order. This request is independent of whether a connector is running, and will return an empty set of topics, both for connectors that don’t have active topics as well as non-existent connectors. https://docs.confluent.io/current/connect/references/restapi.html#get--connectors-(string-name)-topics