Go to file
Sangeet Kumar ab182ae9af refactoring 2024-10-07 15:25:13 +05:30
config refactoring 2024-10-07 15:25:13 +05:30
controller refactoring 2024-10-07 15:25:13 +05:30
opencdc refactoring 2024-10-07 15:25:13 +05:30
source refactoring 2024-10-07 15:25:13 +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 refactoring 2024-10-07 15:25:13 +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().