Versions Compared

Key

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

...

Username/password specified in KafkaClient is used for client connections are tokenID in jass config are  tokenID and token hmac. tokenId is used to retrieve the principal and token hmac on server side.
Code Block
languagejava
titleJAAS configuration for Clients
KafkaClient {
	org.apache.kafka.common.security.scram.ScramLoginModule required
	username="test123"
	password="ab24267ac3e827e00e57cdf98465baccecbbeced512e90a719026177e04e547e";
};

...