Package io.taktx.client
Class TaktClient.TaktClientBuilder
java.lang.Object
io.taktx.client.TaktClient.TaktClientBuilder
- Enclosing class:
TaktClient
Builder class for creating TaktClient instances. Requires TENANT, NAMESPACE, and
KAFKA_BOOTSTRAP_SERVERS environment variables to be set or configured via the builder methods.
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withKafkaProperties(Properties kafkaProperties) withNamespace(String namespace) withTenant(String tenant)
-
Method Details
-
build
-
withTenant
-
withNamespace
-
withKafkaProperties
-