Skip to content

Commit

Permalink
[distribution] remove pulsar-io-debezium nar package (apache#3656)
Browse files Browse the repository at this point in the history
*Motivation*

Fixes apache#3651

`pulsar-io-debezium` is a normal module but not a connector package.
it was added as a connector package by mistake at apache#3601. This would
cause failing to load connectors during broker starts up.

*Changes*

- remove nar plugin from `pulsar-io-debezium`
- remove `pulsar-io-debezium` from distribution
- add `pulsar-io-kafka-connect-adaptor` in the website
  • Loading branch information
sijie authored and merlimat committed Feb 22, 2019
1 parent 40b374d commit bd62dab
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
1 change: 0 additions & 1 deletion distribution/io/src/assemble/io.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
<file><source>${basedir}/../../pulsar-io/data-generator/target/pulsar-io-data-generator-${project.version}.nar</source></file>
<file><source>${basedir}/../../pulsar-io/canal/target/pulsar-io-canal-${project.version}.nar</source></file>
<file><source>${basedir}/../../pulsar-io/netty/target/pulsar-io-netty-${project.version}.nar</source></file>
<file><source>${basedir}/../../pulsar-io/debezium/target/pulsar-io-debezium-${project.version}.nar</source></file>
<file><source>${basedir}/../../pulsar-io/mongo/target/pulsar-io-mongo-${project.version}.nar</source></file>
</files>
</assembly>
10 changes: 0 additions & 10 deletions pulsar-io/debezium/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,4 @@

</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.apache.nifi</groupId>
<artifactId>nifi-nar-maven-plugin</artifactId>
</plugin>
</plugins>
</build>


</project>
6 changes: 6 additions & 0 deletions site2/website/data/connectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ module.exports = [
type: 'Sink',
link: null
},
{
name: 'kafka-connect-adaptor',
longName: 'Apache Kafka Connect Adaptor',
type: 'Source, Sink',
link: 'http://kafka.apache.org/'
},
{
name: 'kafka',
longName: 'Apache Kafka',
Expand Down

0 comments on commit bd62dab

Please sign in to comment.