When I try to use SQL Studio on my topic, the error message ‘Failed to get the latest offset on table [users-events-v1.2]’ appears. My topic name is ‘users-events-v1.2.1’. How can I query this topic?
Hello ejhon_s,
This happens when Lenses is unable to read messages from the topic due to its name. You can enclose the topic name in backticks to execute your query. For example:
SELECT * FROM `users-events-v1.2.1`