Skip to content

added closed shard handling#25

Open
farvez10 wants to merge 2 commits intodaangn:mainfrom
farvez10:handling-closed-shards
Open

added closed shard handling#25
farvez10 wants to merge 2 commits intodaangn:mainfrom
farvez10:handling-closed-shards

Conversation

@farvez10
Copy link

@farvez10 farvez10 commented Nov 10, 2025

Fixing issues:
#26

@farvez10 farvez10 force-pushed the handling-closed-shards branch from 22e9943 to 1d92093 Compare November 10, 2025 20:20
@farvez10 farvez10 force-pushed the handling-closed-shards branch from 1d92093 to 9e067bc Compare November 10, 2025 20:22

func (k *Kinesumer) commitPeriodically() {
var checkPointTicker = time.NewTicker(k.commitInterval)
checkPointTicker := time.NewTicker(k.commitInterval)
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my "gofmt" tool's change, will change if not needed

func (k *Kinesumer) getNextShardIterator(
ctx context.Context, stream, shardID string) (*string, error) {
ctx context.Context, stream, shardID string,
) (*string, error) {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my "gofmt" tool's change, will change if not needed

func (k *Kinesumer) Consume(
streams []string) (<-chan *Record, error) {
streams []string,
) (<-chan *Record, error) {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

my "gofmt" tool's change, will change if not needed

@farvez10 farvez10 force-pushed the handling-closed-shards branch from 0e0446d to e3f85e4 Compare February 7, 2026 02:30
@farvez10 farvez10 changed the title added closed shard handling (WIP) added closed shard handling Feb 7, 2026
@farvez10
Copy link
Author

farvez10 commented Feb 7, 2026

@mingrammer @cometkim @ElonPark @mooyoul
Changes are completed, please take it up for review whenever you're available.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant