This is an automated email from the ASF dual-hosted git repository.
rxl 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 72b9f5d Fix apache rat check issue. (#8665)
72b9f5d is described below
commit 72b9f5d96ca19c358afd83952eed7ab7ebe61e5d
Author: lipenghui <[email protected]>
AuthorDate: Sun Nov 22 14:09:54 2020 +0800
Fix apache rat check issue. (#8665)
Fix apache rat check issue.
---
pom.xml | 2 ++
.../main/resources/META-INF/services/pulsar-io.yml | 19 +++++++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/pom.xml b/pom.xml
index 4d0e507..eb9c29d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1272,6 +1272,8 @@ flexible messaging model and an intuitive client
API.</description>
<!-- This file is using ZLib license -->
<exclude>pulsar-client-cpp/lib/checksum/crc32c_sw.cc</exclude>
+ <!-- This file is generated by c++ client -->
+ <exclude>pulsar-client-cpp/generated/**</exclude>
<!-- This is a text property file that contains just a class name
-->
<exclude>**/META-INF/services/com.scurrilous.circe.HashProvider</exclude>
<exclude>**/META-INF/services/io.prestosql.spi.Plugin</exclude>
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.yml
index 14fb48e..6f2a347 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.yml
@@ -1,3 +1,22 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements. See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership. The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied. See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
name: nsq
description: Ingest data from an NSQ topic
sourceClass: org.apache.pulsar.io.nsq.NSQSource