How to remove Kafka theme using Kafka REST Proxy ? I tried the following command, but it returns an error message:
curl -X DELETE XXX.XX.XXX.XX:9092/topics/test_topic
If this is not possible, then how to update the deletion of messages and update the theme layout?
According to the API Reference documentation, you cannot delete topics through REST Proxy, and I agree with them because such a destructive operation should not be accessible through an interface open from the outside.
, . . apache kafka
, , REST POST/themes/(string: topic_name). , Schema, , .
. " Avro" : http://docs.confluent.io/3.1.1/kafka-rest/docs/api.html#post--topics-(string-topic_name)
, Schema Registry , . : http://docs.confluent.io/3.1.1/schema-registry/docs/api.html#compatibility
Source: https://habr.com/ru/post/1665722/More articles:Permission denied when cloning a project in htdocs - gitPython background jobs with lots of memory - pythonDoctrine query constructor gives wrong result - phpError: execution completed for task: app: compileDebugAidl ProcessException - androidI need to add a comma for the number when dialing and limit 2 decimal places - javascriptМогу ли я переосмыслить std::vector как std::vector без копирования? - c++Android custom camera - crop image inside rectangle - javaCapture images using dynamic coordinates through the camera - androidResource not found Exception for vector drawings - androidHow to create a UML diagram for Android Studio 2.2? - androidAll Articles