Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 861 Bytes

messagehub065.md

File metadata and controls

26 lines (17 loc) · 861 Bytes
copyright lastupdated
years
2015, 2017
2016-11-22

{:new_window: target="_blank"} {:shortdesc: .shortdesc} {:screen: .screen} {:codeblock: .codeblock} {:pre: .pre}

Why use the Kafka REST API?

{: #why_rest}

The Kafka REST API is a convenient interface that can be used in the following situations:  

  • Where a developer wants to quickly get started using {{site.data.keyword.messagehub}}
  • In certain low throughout use cases where latency is not a critical factor
  • For debugging and fault finding

The Kafka REST API is not intended as a high throughput, low latency interface. For these types of requirement, we recommend using the Kafka API to connect to and from {{site.data.keyword.messagehub}}. For more information, see Using a Kafka client.