Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
744 views
in Technique[技术] by (71.8m points)

apache kafka - Partial updates in JDBC Sink connector

I am trying to have multiple stream apps perform partial updates to a single target table by sending messages to output Kafka topic, which in turn using JDBCSinkConnector to push the data to the table.

For example, the Target table has | PK | c1 | c2. The first stream app inserts | PK | C1 | and the other stream app should be able to update the row by sending just | PK | c2 | in output topic.

I am not successful in making these partial updates work.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...