Kafka Confluent REST API: Kafka Included?

wwjdm

I have an exisiting Kafka Cluster. I want to install the Kafka REST Proxy:

https://github.com/confluentinc/kafka-rest

If I install confluent does that come with Kafka? I am afraid if I still it on my master Kafka node confluent will override all my settings and mess up my Kafka cluster.

How do you install Kafka REST when you have an existing Kafka cluster? This is not made clear on their website. I have CentOS and was going to try:

sudo yum install confluent-platform-oss-2.11

Any help would be great....

OneCricketeer

Download the Confluent Platform tarball, extract it, (or preferrably use APT/YUM) then only configure and run the REST proxy via kafka-rest-start

I wouldn't recommend using APT/YUM to install the entire confluent platform if you already have an existing Kafka. You might be able to only install kafka-rest using it, though.

Alternatively, backup your existing Kafka and Zookeeper property files, then place the Confluent Platform on top of the existing files, keeping the original files. If your Kafka is an old release, take this as a good opportunity to schedule an upgrade. Downloading Confluent isn't going to overwrite anything for the upstream Apache projects version for the corresponding release. If anything, it's an extension

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

How to consume from Kafka Spring Cloud Stream by default and also consume a Kafka message generated by the confluent API?

Spring boot Rest api with Spring Kafka

Could not initialize class io.confluent.kafka.schemaregistry.client.rest.RestService

confluent platform vs apache kafka

Is the Confluent Platform based on Kafka free? open source?

Relationship between Apache Kafka and Confluent

Install confluent-kafka avro with pip

How to indicate consumer offset in Kafka rest API

How to read batch messages in confluent kafka python?

Kafka Implementation for Rest API

Confluent's Kafka REST Proxy vs Kafka Client

How to configure Confluent Platform Kafka connect logs?

What are the benefits of the Kafka REST Proxy API?

Is there a way to produce Kafka messages with headers using Kafka Confluent REST API?

JSONParseException reading data using Kafka rest API

Is confluent kafka provides streaming, grouping and aggregation in python?

Transaction in Confluent.Kafka at Consumer

confluent_kafka hangs on publish

Kafka - Confluent Hub - Exploit only part of it

Cloud confluent kafka installation failed in ubuntu 18

confluent kafka rest avrò producer

Faking Confluent .NET Kafka consumers

Confluent Kafka: How to start if localhost not set to default?

Confluent kafka jdbc connect query mode

MySQL to Confluent Enterprise Kafka data ingestion

Kafka REST API source connector with authentication header

Kafka confluent proxy api - send message - Internal server error

Read current incrementing value of Confluent Kafka Source Connector with Rest?

Confluent Kafka with .net standrad 2.1 +