Skip to content

Commit

Permalink
merge master
Browse files Browse the repository at this point in the history
  • Loading branch information
joeCarf committed Aug 7, 2023
1 parent b0593b6 commit b127c90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions connectors/rocketmq-connect-hbase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ org.apache.rocketmq.connect.hbase.sink.HBaseSinkConnector
**hbase-sink-connector** start

```
POST http://${runtime-ip}:${runtime-port}/connectors/clickhouseSinkConnector
POST http://${runtime-ip}:${runtime-port}/connectors/HBaseSinkConnector
{
"connector.class":"org.apache.rocketmq.connect.clickhouse.sink.ClickHouseSinkConnector",
"connector.class":"org.apache.rocketmq.connect.hbase.sink.HBaseSinkConnector",
"zkquorum":"localhost:2181",
"columnfamily":"cf",
"username":"default",
"password":"123456",
"connect.topicnames":"testClickHouseTopic",
"connect.topicnames":"testHBaseTopic",
"value.converter":"org.apache.rocketmq.connect.runtime.converter.record.json.JsonConverter",
"key.converter":"org.apache.rocketmq.connect.runtime.converter.record.json.JsonConverter"
}
Expand Down
1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
<module>transforms</module>
<module>metric-exporter</module>
<module>schema-converter</module>
<module>connectors/rocketmq-connect-hbase</module>
</modules>
<name>RocketMQ Connect</name>

Expand Down

0 comments on commit b127c90

Please sign in to comment.