https://github.com/lavatoaster/kafka-openapi-ts
https://github.com/lavatoaster/kafka-openapi-ts
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lavatoaster/kafka-openapi-ts
- Owner: LavaToaster
- Created: 2020-05-17T01:31:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T22:12:47.000Z (over 3 years ago)
- Last Synced: 2025-08-09T10:36:19.271Z (10 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.06 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
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`