Skip to content

Instantly share code, notes, and snippets.

View MarkC0x's full-sized avatar

Mark Cox MarkC0x

  • San Francisco Bay Area
View GitHub Profile
@MarkC0x
MarkC0x / rest_proxy.yaml
Last active May 2, 2021 09:31 — forked from wheresalice/rest_proxy.yaml
Swagger OpenAPI spec for Confluent REST Proxy
openapi: 3.0.1
info:
title: REST Proxy API
description: >-
The Confluent REST Proxy provides a RESTful interface to a Kafka cluster, making it easy to produce and consume messages, view the state of the cluster, and perform administrative actions without using the native Kafka protocol or clients.
<p>Some example use cases are</p>
<ul>
<li>Reporting data to Kafka from any frontend app built in any language not supported by official Confluent clients</li>
<li>Ingesting messages into a stream processing framework that doesn’t yet support Kafka</li>
<li>Scripting administrative actions</li>