Class AlterUserScramCredentialsResult

    • Constructor Detail

      • AlterUserScramCredentialsResult

        public AlterUserScramCredentialsResult​(Map<String,​KafkaFuture<Void>> futures)
        Parameters:
        futures - the required map from user names to futures representing the results of the alteration(s) for each user
    • Method Detail

      • values

        public Map<String,​KafkaFuture<Void>> values()
        Return a map from user names to futures, which can be used to check the status of the alteration(s) for each user.
      • all

        public KafkaFuture<Void> all()
        Return a future which succeeds only if all the user SCRAM credential alterations succeed.