It returns: {"error_code":404,"message":"HTTP 404 Not Found"}
I don’t understand why this is not working. The code exists, the configuration seems to support v3 (listing topics with v3 does work), I am using my managed REST Proxy, and not a hosted one / Confluent’s. What am I missing here?
I am using a managed kafka cluster in Confluent, and a self managed REST Proxy (chart version 6.1). What do you mean by “version of Confluent”?
Besides, why would the cluster version matter? Producing with v2 (…/topics/mytopic) does work, so I’d expect v3 to work as well (uses the same producer if I’m not wrong).