Package com.bakdata.kafka.admin
Class ConfigClient
java.lang.Object
com.bakdata.kafka.admin.ConfigClient
This class offers helpers to interact with Kafka resource configs.
-
Method Summary
-
Method Details
-
describe
Describes the current configuration of a Kafka resource.- Returns:
- config of resource
-
add
public void add(org.apache.kafka.clients.admin.ConfigEntry configEntry) Add a config for a Kafka resource.- Parameters:
configEntry
- the configuration entry to add
-