You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
describe connector "connect-name"; not returning topics or sources even though there are topics and sources. This is using an external Kafka Connect (whose APIs do return topic and source info).
To Reproduce
Run KSQL: describe connector "connector-name";
Expected behavior
For topics and sources to be populated with the correct data, not empty.
credmond
changed the title
KSQL "connect-name"; not returning topics or sources
KSQL describe connector "connect-name"; not returning topics or sources
Jan 10, 2025
Describe the bug
describe connector "connect-name"; not returning topics or sources even though there are topics and sources. This is using an external Kafka Connect (whose APIs do return topic and source info).
To Reproduce
Run KSQL:
describe connector "connector-name";
Expected behavior
For topics and sources to be populated with the correct data, not empty.
Actual behaviour
The text was updated successfully, but these errors were encountered: