Skip to content
This repository was archived by the owner on Aug 19, 2024. It is now read-only.
This repository was archived by the owner on Aug 19, 2024. It is now read-only.

Source doesn't refresh shards #21

@HuwCampbell

Description

@HuwCampbell

According to the API documentation:

Shards are ephemeral: They are created and deleted automatically, as needed.
Any shard can also split into multiple new shards; this also occurs automatically.
(Note that it is also possible for a parent shard to have just one child shard.) A
shard might split in response to high levels of write activity on its parent table,
so that applications can process records from multiple shards in parallel.

The source connector only appears to find Shards on startup, and if a shard it split or closed off, it doesn't start reading from the children.

My logs are filled with Shard ID {}for table{} has been closed, it will no longer be polled messages, and traffic disappears over time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions