Skip to content

Why ClickHouseSinkConnector with Debezium PostgresConnector replicates zero values or nulls #182

Answered by Paultagoras
rsurgiewicz asked this question in Q&A
Discussion options

You must be logged in to vote

Hmm, what's interesting is that the first one has null values for before while the second actually fills them in.

"payload": {
    "before.measDate": 3,
    "before.measLongitude": 4.0,
    "before.measLatitude": 2.0,
    "before.measNetNoCoverage": 0,
    "before.measNetType": "4G",
    "after.measDate": 3,
    "after.measLongitude": 4.0,
    "after.measLatitude": 2.0,
    "after.measNetNoCoverage": 0,
    "after.measNetType": "5G",
    "source.version": "2.2.1.Final",
    "source.connector": "postgresql",
    "source.name": "xxxx",
    "source.ts_ms": 1694812097921,
    "source.snapshot": "false",
    "source.db": "xxxx",
    "source.sequence": "[\"58144128\",\"58144184\"]",
    "source…

Replies: 5 comments 17 replies

Comment options

You must be logged in to vote
5 replies
@rsurgiewicz
Comment options

@Paultagoras
Comment options

@rsurgiewicz
Comment options

@Paultagoras
Comment options

@rsurgiewicz
Comment options

Comment options

You must be logged in to vote
9 replies
@rsurgiewicz
Comment options

@Paultagoras
Comment options

@rsurgiewicz
Comment options

@Paultagoras
Comment options

Answer selected by Paultagoras
@rsurgiewicz
Comment options

@Paultagoras
Comment options

Comment options

You must be logged in to vote
1 reply
@Paultagoras
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@elmaghrabii
Comment options

@Paultagoras
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants