Skip to content

Commit

Permalink
### Motivation (apache#4999)
Browse files Browse the repository at this point in the history
In the official download address of the connector, the connector of Flume, Solr and Redis was not generated correctly.

### Modifications
* Add configuration to io.xml for generate connectors
  • Loading branch information
tuteng authored and sijie committed Aug 21, 2019
1 parent 5631067 commit e8b4edd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions distribution/io/src/assemble/io.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,8 @@
<file><source>${basedir}/../../pulsar-io/debezium/mysql/target/pulsar-io-debezium-mysql-${project.version}.nar</source></file>
<file><source>${basedir}/../../pulsar-io/debezium/postgres/target/pulsar-io-debezium-postgres-${project.version}.nar</source></file>
<file><source>${basedir}/../../pulsar-io/influxdb/target/pulsar-io-influxdb-${project.version}.nar</source></file>
<file><source>${basedir}/../../pulsar-io/redis/target/pulsar-io-redis-${project.version}.nar</source></file>
<file><source>${basedir}/../../pulsar-io/flume/target/pulsar-io-flume-${project.version}.nar</source></file>
<file><source>${basedir}/../../pulsar-io/solr/target/pulsar-io-solr-${project.version}.nar</source></file>
</files>
</assembly>

0 comments on commit e8b4edd

Please sign in to comment.