'Invalid CP1 magic byte 123, expected 0: message not produced with Schema-Registry Avro framing : terminating
Hi All , I am trying to setup Kafka postgres source connector . But when making transction in source db getting below issue. postgresql exampledb=# select * from student; id | name ----+--------- 1 | sushant (1 row) exampledb=# update student set name='raj' where id=1; UPDATE 1 exampledb=# Below is the error message ::: % ERROR: Failed to format message in postgres.public.student [0] at offset 2: Avro/Schema-registry message deserialization: Invalid CP1 magic byte 123, expected 0: message not produced with Schema-Registry Avro framing : terminating
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
