Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
Co-authored-by: Tom Bentley <[email protected]>
  • Loading branch information
SamBarker and tombentley authored Feb 16, 2023
1 parent 0bcdc64 commit 2269249
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public Stream<ConfigHolder> getBrokerConfigs(Supplier<KafkaEndpoints> endPointCo
var anonEndpoint = kafkaEndpoints.getAnonEndpoint(brokerNum);

// - EXTERNAL: used for communications to/from consumers/producers optionally with authentication
// - ANON: used for communications to/from consumers/producers without authentication primarily for the extension to validte the cluster
// - ANON: used for communications to/from consumers/producers without authentication primarily for the extension to validate the cluster
// - INTERNAL: used for inter-broker communications (always no auth)
// - CONTROLLER: used for inter-broker controller communications (kraft - always no auth)

Expand Down

0 comments on commit 2269249

Please sign in to comment.