An open API service indexing awesome lists of open source software.

https://github.com/lavatoaster/kafka-openapi-ts


https://github.com/lavatoaster/kafka-openapi-ts

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# kafka-openapi-ts

### Running:

Bring up service:
```
docker-compose up -d
```

Service of note: You'll be able to see kafka cluster info at `http://localhost:9021/clusters`

Bring up build watcher:
```
yarn watch
```

Then start the individual services:
```
yarn start:http
yarn start:worker
```

### Notes:

`start:http` uses `src/index.ts`

`start:worker` uses `src/worker.ts`