-
Hello, I'm trying to get trino running together with Kafka. I got most of it working. But in my company we are using the TopicRecordNameStrategy. Where should I add the table names with the value and key annotation. Would be very nice to get some help for that. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Ahh now I found it by myself. show tables; is not working when the TopicRecordNameStrategy is used. But query a topic working like documented. In my case
|
Beta Was this translation helpful? Give feedback.
Ahh now I found it by myself.
show tables; is not working when the TopicRecordNameStrategy is used.
But query a topic working like documented.
In my case