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 98ea7fa  fixing path on default security auth init
98ea7fa is described below

commit 98ea7fa05a0f07aa751a9202f386ab4e72228959
Author: Jason Huynh <huyn...@gmail.com>
AuthorDate: Fri Feb 21 16:21:36 2020 -0800

    fixing path on default security auth init
---
 src/main/java/org/apache/geode/kafka/GeodeConnectorConfig.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/geode/kafka/GeodeConnectorConfig.java 
b/src/main/java/org/apache/geode/kafka/GeodeConnectorConfig.java
index 270733f..846b1e9 100644
--- a/src/main/java/org/apache/geode/kafka/GeodeConnectorConfig.java
+++ b/src/main/java/org/apache/geode/kafka/GeodeConnectorConfig.java
@@ -39,7 +39,7 @@ public class GeodeConnectorConfig extends AbstractConfig {
   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 =
-      "org.geode.kafka.security.SystemPropertyAuthInit";
+      "org.apache.geode.kafka.security.SystemPropertyAuthInit";
   public static final String SECURITY_USER = "security-username";
   public static final String SECURITY_PASSWORD = "security-password";
 

Reply via email to