|
|
||
|---|---|---|
| config | ||
| controller | ||
| opencdc | ||
| source | ||
| utils | ||
| .gitignore | ||
| Makefile | ||
| README.md | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
README.md
ELASTIC STREAM
- Graceful shutdown of Workers. It has start() so it should have stop() also.
- Channel buffer should be configurable or not? Is it same as batchSize?
- Each data(record) should have its position.
- Worker has *Client in it. Is this OK?
- Polling(ticker)?
- Context use.
- Teardown() and Ack().