elgca opened a new issue #7935:
URL: https://github.com/apache/pulsar/issues/7935
I'm try to create a Mysql-Connector in a bare-metal cluster. But got an
Exception.
```shell
[pulsar@pulsar-node3 apache-pulsar-2.6.1]$ cat
debezium-mysql-source-config.yaml
tenant: "public"
namespace: "default"
name: "debezium-mysql-source"
topicName: "debezium-mysql-topic"
archive: "connectors/pulsar-io-debezium-mysql-2.6.1.nar"
parallelism: 1
configs:
database.hostname: "192.168.0.101"
database.port: "3306"
database.user: "debezium"
database.password: "dbz"
database.server.id: "184054"
database.server.name: "dbserver1"
database.whitelist: "inventory"
database.history: "org.apache.pulsar.io.debezium.PulsarDatabaseHistory"
database.history.pulsar.topic: "history-topic"
database.history.pulsar.service.url:
"pulsar://pulsar-node1:6650,pulsar-node2:6650,pulsar-node3:6650"
key.converter: "org.apache.kafka.connect.json.JsonConverter"
value.converter: "org.apache.kafka.connect.json.JsonConverter"
pulsar.service.url:
"pulsar://pulsar-node1:6650,pulsar-node2:6650,pulsar-node3:6650"
offset.storage.topic: "offset-topic"
[pulsar@pulsar-node3 apache-pulsar-2.6.1]$ ll connectors/
total 130548
-rw-rw-r--. 1 pulsar pulsar 133680704 Aug 30 03:47
pulsar-io-debezium-mysql-2.6.1.nar
[pulsar@pulsar-node3 apache-pulsar-2.6.1]$ bin/pulsar-admin source create
--archive \
> connectors/pulsar-io-debezium-mysql-2.6.1.nar \
> --source-config-file debezium-mysql-source-config.yaml
null
Reason: java.lang.NumberFormatException: For input string:
"8080,pulsar-node2:8080,pulsar-node3:8080"
```
cluster node : vm 2g * 3
OS : centos7
pulsar version : 2.6.1
java version : openjdk8
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]