Home / Companies / Confluent / Blog / Post Details
Content Deep Dive

Putting Apache Kafka to REST: Confluent REST Proxy 6.0

Blog post from Confluent

Post Details
Company
Date Published
Author
Rigel Bezerra
Word Count
1,073
Language
English
Hacker News Points
-
Summary

Confluent Platform 6.0 introduces significant enhancements to the Confluent REST Proxy, which previously focused on produce/consume use cases, by now allowing Apache Kafka administration via RESTful HTTP APIs. This update enables management of resources such as ACLs, brokers, clusters, topics, and consumer groups, eliminating the need for separate REST Proxy nodes as the APIs are integrated directly into the Confluent Server. This integration simplifies setup and enhances operational efficiency by allowing direct HTTP interaction. Additionally, the update features new APIs that support management tasks like creating topics, updating configurations, and controlling access through ACLs. Looking forward, Confluent aims to improve the REST Proxy with a stateless Consumer API, decoupled serializers/deserializers for producer and consumer APIs, and support for Kafka headers, furthering its utility in diverse programming environments.