Skip to content

Kafka schema guessing timeout error #2280

Answered by dominikriemer
mihau1211 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @mihau1211 the Method Not Allowed message should be ok since the endpoint only support POST requests, and the browser usually performs a GET.

Thanks for the detailed description of the error you get - one thing which could be worth to check is the Kafka configuration. Sometimes, when the metadata discovery works (which seems to be the case since you get the list of topics), but data cannot be retrieved (which happens when the connect module starts to "guess" the schema, this is due to Kafka settings missing an advertised_listener which is accessible from inside the Docker network.

Could this be the case? We can try to figure out where you're running Kafka and check that the broker addr…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@mihau1211
Comment options

@mihau1211
Comment options

@tenthe
Comment options

Comment options

You must be logged in to vote
1 reply
@mihau1211
Comment options

Answer selected by mihau1211
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants