Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/legionus/kafka-http-proxy

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/legionus/kafka-http-proxy

  • v0.3.4
  • Source
  • Go
  • Socket score

Version published
Created
Source

kafka-http-proxy

The project provides a simple HTTP interface for Apache Kafka to store and read JSON messages.

HTTP API

Url Structure: {schema}://{host}/v1/topics/{topic}/{partition}
Method: POST
Description: Write message

Url Structure: {schema}://{host}/v1/topics/{topic}/{partition}?offset={offset}&limit={limit}
Method: GET
Description: Receive messages

Url Structure: {schema}://{host}/v1/info/topics
Method: GET
Description: Obtain topic list

Url Structure: {schema}://{host}/v1/info/topics/{topic}
Method: GET
Description: Obtain information about all partitions in topic

Url Structure: {schema}://{host}/v1/info/topics/{topic}/{partition}
Method: GET
Description: Obtain information about partition

How to Install

$ go get -u github.com/legionus/kafka-http-proxy

LICENSE

The project is licensed under the GNU General Public License.

More about the Apache Kafka: http://kafka.apache.org/

FAQs

Package last updated on 10 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc