Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KSQL describe connector "connect-name"; not returning topics or sources #10636

Open
credmond opened this issue Jan 8, 2025 · 0 comments
Open

Comments

@credmond
Copy link

credmond commented Jan 8, 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

[
	{
		"@type": "connector_description",
		"statementText": "describe connector \"connector-name\";",
		"connectorClass": "io.confluent.connect.github.GithubSourceConnector",
		"status": {
			"name": "connect0-github-source",
			"connector": {
				"state": "RUNNING",
				"worker_id": "kafka-connect0:8083"
			},
			"tasks": [
				{
					"id": 0,
					"state": "RUNNING",
					"worker_id": "kafka-connect0:8083"
				}
			],
			"type": "source"
		},
		"sources": [],
		"topics": [],
		"warnings": []
	}
]
@credmond 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant