Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

Data Stream = Kafka Topic + Data Governance

...

Admin Client and Data Governance

...

Problems related to Schemas, Lineage,… cannot be solved by the Admin Client itself.

How to set up Admin Client

  1. Define Properties : bootstrap.servers=broker-1:8684

  2. Create Admin Client : adminClient = new AdminClient<>(properties)

  3. Perform Action such as create topic = adminClient.createTopic(topic)