SUPPORT-9122:fixes
This commit is contained in:
parent
87da2515c3
commit
87c3995070
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ public class KafkaConfig {
|
|||
props.put(SaslConfigs.SASL_JAAS_CONFIG, loginModule + " required username=\""
|
||||
+ username + "\" password=\"" + password + "\";");
|
||||
props.put(SaslConfigs.SASL_MECHANISM, saslMechanism);
|
||||
|
||||
props.put(ConsumerConfig.AUTO_OFFSET_RESET_CONFIG, "latest");
|
||||
return props;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue