Skip to content

Commit

Permalink
modified package of default system property auth init
Browse files Browse the repository at this point in the history
  • Loading branch information
jhuynh1 committed Feb 11, 2020
1 parent 5fb019c commit d75871a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/geode/kafka/GeodeConnectorConfig.java
Expand Up @@ -37,7 +37,7 @@ public class GeodeConnectorConfig extends AbstractConfig {
public static final String LOCATORS = "locators";
public static final String DEFAULT_LOCATOR = "localhost[10334]";
public static final String SECURITY_CLIENT_AUTH_INIT = "security-client-auth-init";
private static final String DEFAULT_SECURITY_AUTH_INIT = "geode.kafka.SystemPropertyAuthInit";
private static final String DEFAULT_SECURITY_AUTH_INIT = "org.geode.kafka.security.SystemPropertyAuthInit";
public static final String SECURITY_USER = "securityUsername";
public static final String SECURITY_PASSWORD= "securityPassword";

Expand Down

0 comments on commit d75871a

Please sign in to comment.