Debezium on IBM i Feature

3 views
Skip to first unread message

Haydar Miezanie Abdul Jamil

unread,
Jan 27, 2026, 4:13:50 AM (7 days ago) Jan 27
to debezium
Hi everyone, I’m wondering if the Debezium results on IBM i behave differently compared to other platforms. I couldn’t find the before/after values, and it seems the operation isn’t encoded yet.

{
    "schema": {
        "name": "DEV.TEST.RLS.Value",
        "optional": false,
        "type": "struct",
        "fields": [
            {
                "field": "B23CUSID",
                "name": "org.apache.kafka.connect.data.Decimal",
                "optional": false,
                "type": "bytes",
                "version": 1,
                "parameters": {
                    "scale": "0",
                    "connect.decimal.precision": "11"
                }
            },
            {
                "field": "B23PNO",
                "optional": false,
                "type": "string"
            },
            {
                "field": "B23FNAM",
                "optional": false,
                "type": "string"
            },
            {
                "field": "B23NAM",
                "optional": false,
                "type": "string"
            },
            {
                "field": "B23AGCD1",
                "name": "org.apache.kafka.connect.data.Decimal",
                "optional": false,
                "type": "bytes",
                "version": 1,
                "parameters": {
                    "scale": "0",
                    "connect.decimal.precision": "14"
                }
            },
            {
                "field": "B23AGCD2",
                "name": "org.apache.kafka.connect.data.Decimal",
                "optional": false,
                "type": "bytes",
                "version": 1,
                "parameters": {
                    "scale": "0",
                    "connect.decimal.precision": "14"
                }
            },
            {
                "field": "B23PWTH",
                "name": "org.apache.kafka.connect.data.Decimal",
                "optional": false,
                "type": "bytes",
                "version": 1,
                "parameters": {
                    "scale": "2",
                    "connect.decimal.precision": "17"
                }
            },
            {
                "field": "B23PSUR",
                "name": "org.apache.kafka.connect.data.Decimal",
                "optional": false,
                "type": "bytes",
                "version": 1,
                "parameters": {
                    "scale": "2",
                    "connect.decimal.precision": "17"
                }
            },
            {
                "field": "B23RBPR",
                "name": "org.apache.kafka.connect.data.Decimal",
                "optional": false,
                "type": "bytes",
                "version": 1,
                "parameters": {
                    "scale": "2",
                    "connect.decimal.precision": "17"
                }
            },
            {
                "field": "B23PCNP",
                "name": "org.apache.kafka.connect.data.Decimal",
                "optional": false,
                "type": "bytes",
                "version": 1,
                "parameters": {
                    "scale": "2",
                    "connect.decimal.precision": "17"
                }
            },
            {
                "field": "B23TRND",
                "name": "org.apache.kafka.connect.data.Decimal",
                "optional": false,
                "type": "bytes",
                "version": 1,
                "parameters": {
                    "scale": "0",
                    "connect.decimal.precision": "8"
                }
            },
            {
                "field": "B23RTYP",
                "optional": false,
                "type": "string"
            }
        ]
    },
    "payload": {
        "B23PSUR": "AivB0dY=",
        "B23TRND": "ATTbTw==",
        "B23PNO": "1234456789",
        "B23AGCD1": "OuD3xaZS",
        "B23RBPR": "AA==",
        "B23AGCD2": "AA==",
        "B23PCNP": "AA==",
        "B23FNAM": "",
        "B23CUSID": "Ao51",
        "B23RTYP": "",
        "B23NAM": "NJQHETJ JNXJ ZTJPE YBENJ",
        "B23PWTH": "AA=="
    }
}
Reply all
Reply to author
Forward
0 new messages