Skip to content

Commit

Permalink
fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
simplesteph committed Oct 14, 2021
1 parent 11b9940 commit 3674553
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ This replicates as well as possible real deployment configurations, where you ha
- ksqlDB Server: Confluent 6.2.1
- Zoonavigator: 0.8.0

For a UI tool to access your local Kafka cluster, use the free version of (Conduktor)[https://www.conduktor.io/download]
For a UI tool to access your local Kafka cluster, use the free version of [Conduktor](https://www.conduktor.io/download)

# Requirements

Expand All @@ -46,7 +46,7 @@ export DOCKER_HOST_IP=192.168.99.100

## Mac M1 issues

Currently, the Docker Images are not working with M1 Mac. This is because they haven't been built by Confluent for that platform. See (confluentinc/common-docker/#117)[https://github.com/confluentinc/common-docker/issues/117] for more details
Currently, the Docker Images are not working with M1 Mac. This is because they haven't been built by Confluent for that platform. See [confluentinc/common-docker/#117](https://github.com/confluentinc/common-docker/issues/117) for more details

## Single Zookeeper / Single Kafka

Expand Down Expand Up @@ -106,7 +106,7 @@ docker-compose -f zk-multiple-kafka-multiple.yml down

## Full stack

For this, we recommend using [Conduktor](https://conduktor.io) as your tool to bring a unified UI to all these components
Need a UI? We recommend using [Conduktor](https://conduktor.io) as your tool to bring a unified UI to all these components

- Single Zookeeper: `$DOCKER_HOST_IP:2181`
- Single Kafka: `$DOCKER_HOST_IP:9092`
Expand Down

0 comments on commit 3674553

Please sign in to comment.