This is an automated email from the ASF dual-hosted git repository.
sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 4df7bb0 Fix NSQ source META-INF file name and sourceConfigClass
(#8941)
4df7bb0 is described below
commit 4df7bb0dcb646d6a8548555ca335d63851663f0b
Author: Andy Walker <[email protected]>
AuthorDate: Mon Dec 14 00:38:21 2020 -0500
Fix NSQ source META-INF file name and sourceConfigClass (#8941)
---
.../main/resources/META-INF/services/{pulsar-io.yml => pulsar-io.yaml} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pulsar-io/nsq/src/main/resources/META-INF/services/pulsar-io.yml
b/pulsar-io/nsq/src/main/resources/META-INF/services/pulsar-io.yaml
similarity index 93%
rename from pulsar-io/nsq/src/main/resources/META-INF/services/pulsar-io.yml
rename to pulsar-io/nsq/src/main/resources/META-INF/services/pulsar-io.yaml
index 6f2a347..f1a4470 100644
--- a/pulsar-io/nsq/src/main/resources/META-INF/services/pulsar-io.yml
+++ b/pulsar-io/nsq/src/main/resources/META-INF/services/pulsar-io.yaml
@@ -20,4 +20,4 @@
name: nsq
description: Ingest data from an NSQ topic
sourceClass: org.apache.pulsar.io.nsq.NSQSource
-sourceConfigClass: org.apache.pulsar.io.nsq.NSQConfig
+sourceConfigClass: org.apache.pulsar.io.nsq.NSQSourceConfig