Skip to content

Commit

Permalink
Merge pull request #880 from ayeshLK/kafka_hub_impr
Browse files Browse the repository at this point in the history
Update kafka-hub readme file
  • Loading branch information
ayeshLK committed Sep 21, 2023
2 parents 6d5eefe + 840446b commit 036519a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ bal build

Then to run the project execute the below command.
```
bal run target/bin/consolidatorService.jar
BAL_CONFIG_FILES=/path/to/Config.toml bal run target/bin/consolidatorService.jar
```

### Running in Docker
Expand All @@ -133,7 +133,7 @@ bal build --cloud=docker

Then to run the docker container execute the below command.
```
docker run -d ballerina/consolidator:v1
docker run -p 10001:10001 -d ballerina/consolidator:v1
```

## Starting the Hub
Expand All @@ -144,7 +144,7 @@ bal build

Then to run the project execute the below command.
```
bal run target/bin/kafka_hub_service.jar
BAL_CONFIG_FILES=/path/to/Config.toml bal run target/bin/kafka_hub_service.jar
```

### Running in Docker
Expand Down

0 comments on commit 036519a

Please sign in to comment.