This is an automated email from the ASF dual-hosted git repository.
jasonhuynh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/geode-kafka-connector.git
The following commit(s) were added to refs/heads/master by this push:
new d75871a modified package of default system property auth init
d75871a is described below
commit d75871aa30df505b0f4e8c2330c0baf26a91be1a
Author: Jason Huynh <[email protected]>
AuthorDate: Tue Feb 11 10:42:46 2020 -0800
modified package of default system property auth init
---
src/main/java/org/geode/kafka/GeodeConnectorConfig.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/java/org/geode/kafka/GeodeConnectorConfig.java
b/src/main/java/org/geode/kafka/GeodeConnectorConfig.java
index 24efde5..c09f1cf 100644
--- a/src/main/java/org/geode/kafka/GeodeConnectorConfig.java
+++ b/src/main/java/org/geode/kafka/GeodeConnectorConfig.java
@@ -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";