Is it possible to automatically create multiple tables from multiple topics in the same connector?
The configuration below does not appear to work when reading from two topics (topic_A and topic_B), and writing to two tables (glue_database.table_A and glue_database.table_B):
It returns "Caused by: java.lang.NullPointerException: Cannot invoke "org.apache.iceberg.types.Types$NestedField.fieldId()" because the return value of "org.apache.iceberg.Schema.findField(String)" is null".
I can guarantee that it is not an issue related to the schemas as if I create a separate connector for each topic the connector works.
Is it possible to automatically create multiple tables from multiple topics in the same connector?
The configuration below does not appear to work when reading from two topics (topic_A and topic_B), and writing to two tables (glue_database.table_A and glue_database.table_B):
It returns "
Caused by: java.lang.NullPointerException: Cannot invoke "org.apache.iceberg.types.Types$NestedField.fieldId()" because the return value of "org.apache.iceberg.Schema.findField(String)" is null
".I can guarantee that it is not an issue related to the schemas as if I create a separate connector for each topic the connector works.