-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
0.6.2
-
None
After changing column type in database and updating that column, all the changes are streamed with old column type.
I think that I have localized this bug in method schemaChanged from src/main/java/io/debezium/connector/postgresql/RecordsStreamProducer.java:
it is line of code with "!schema().isType(column.typeName(), column.jdbcType())".
I think that we should compare message.getType() and column.typeName() there.
I have no ability to create pull request with fix because I have no experience in Java and have no dev environment for it.
It would be great if someone can help with this little bug(It is just a one-liner fix)
- duplicates
-
DBZ-379 Postgres connectors stops to work after concurrent schema changes and updates
- Closed