Created
December 1, 2017 18:42
-
-
Save ftrossbach/3e3689f61e2c1fb2508eefa0c8536935 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Properties props = new Properties(); | |
props.put(AdminClientConfig.BOOTSTRAP_SERVERS_CONFIG, bootstrapServer); | |
AdminClient adminClient = AdminClient.create(props); | |
DescribeTopicsResult describeTopicsResult = adminClient.describeTopics(Collections.singleton(“topic-name”)); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment