Go to file
Parikshit Gothwal 36412c7601 build 2024-10-07 16:26:41 +05:30
config build 2024-10-07 16:26:41 +05:30
controller build 2024-10-07 16:26:41 +05:30
opencdc build 2024-10-07 16:26:41 +05:30
source build 2024-10-07 16:26:41 +05:30
utils refactoring 2024-10-07 15:25:13 +05:30
.gitignore working 2024-10-07 09:50:00 +05:30
Makefile refactoring 2024-10-07 15:25:13 +05:30
README.md dummy code interface 2024-10-07 13:58:20 +05:30
go.mod refactoring 2024-10-07 15:25:13 +05:30
go.sum refactoring 2024-10-07 15:25:13 +05:30
main.go build 2024-10-07 16:26:41 +05:30

README.md

ELASTIC STREAM

  1. Graceful shutdown of Workers. It has start() so it should have stop() also.
  2. Channel buffer should be configurable or not? Is it same as batchSize?
  3. Each data(record) should have its position.
  4. Worker has *Client in it. Is this OK?
  5. Polling(ticker)?
  6. Context use.
  7. Teardown() and Ack().