Get last element as a table name from a topic name - #339
Conversation
It would be better if it didn't depend on the hard-coded <server>.<database>.<table> template
|
DId you come across a bug for this, all the debezium connectors create topics in the following format. Would be better to return a NULL table name instead of extracting a wrong table name and writing data to it. |
|
In any case a table name is located at the end of the topic name. Isn't it? Current logic brakes when using topic.prefix in debezium config and we get |
|
@subkanthi one more argument): when |
It would be better if it didn't depend on the hard-coded ..
template