Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kafka source: add metrics to track connector performance #778

Closed
sravotto opened this issue Mar 15, 2024 · 0 comments
Closed

Kafka source: add metrics to track connector performance #778

sravotto opened this issue Mar 15, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@sravotto
Copy link
Contributor

No description provided.

@sravotto sravotto added the enhancement New feature or request label Mar 15, 2024
sravotto added a commit that referenced this issue Apr 16, 2024
This change improves the logic to find an adequate offset to start the event replay.
We return the offset of the most recent resolved timestamp message that is stricly
less than the minimum timestamp provided by the user.

A new set of metrics have been added to track the total number of messages
that have been replayed, and the number of messages read to find the resolved timestamp.

A new mock client and consumer have been introduced to facilitate testing.

Fixes #779, #778.
sravotto added a commit that referenced this issue Apr 22, 2024
This change improves the logic to find an adequate offset to start the event replay.
We return the offset of the most recent resolved timestamp message that is stricly
less than the minimum timestamp provided by the user.

A new set of metrics have been added to track the total number of messages
that have been replayed, and the number of messages read to find the resolved timestamp.

A new mock client and consumer have been introduced to facilitate testing.

Fixes #779, #778.
sravotto added a commit that referenced this issue Apr 22, 2024
This change improves the logic to find an adequate offset to start the event replay.
We return the offset of the most recent resolved timestamp message that is stricly
less than the minimum timestamp provided by the user.

A new set of metrics have been added to track the total number of messages
that have been replayed, and the number of messages read to find the resolved timestamp.

A new mock client and consumer have been introduced to facilitate testing.

Fixes #779, #778.
sravotto added a commit that referenced this issue Apr 30, 2024
This change improves the logic to find an adequate offset to start the event replay.
We return the offset of the most recent resolved timestamp message that is stricly
less than the minimum timestamp provided by the user.

A new set of metrics have been added to track the total number of messages
that have been replayed, and the number of messages read to find the resolved timestamp.

A new mock client and consumer have been introduced to facilitate testing.

Fixes #779, #778.
sravotto added a commit that referenced this issue Apr 30, 2024
This change improves the logic to find an adequate offset to start the event replay.
We return the offset of the most recent resolved timestamp message that is stricly
less than the minimum timestamp provided by the user.

A new set of metrics have been added to track the total number of messages
that have been replayed, and the number of messages read to find the resolved timestamp.

A new mock client and consumer have been introduced to facilitate testing.

Fixes #779, #778.
sravotto added a commit that referenced this issue Apr 30, 2024
This change improves the logic to find an adequate offset to start the event replay.
We return the offset of the most recent resolved timestamp message that is stricly
less than the minimum timestamp provided by the user.

A new set of metrics have been added to track the total number of messages
that have been replayed, and the number of messages read to find the resolved timestamp.

A new mock client and consumer have been introduced to facilitate testing.

Fixes #779, #778.
sravotto added a commit that referenced this issue Apr 30, 2024
This change improves the logic to find an adequate offset to start the event replay.
We return the offset of the most recent resolved timestamp message that is stricly
less than the minimum timestamp provided by the user.

A new set of metrics have been added to track the total number of messages
that have been replayed, and the number of messages read to find the resolved timestamp.

A new mock client and consumer have been introduced to facilitate testing.

Fixes #779, #778.
github-merge-queue bot pushed a commit that referenced this issue Apr 30, 2024
This change improves the logic to find an adequate offset to start the event replay.
We return the offset of the most recent resolved timestamp message that is stricly
less than the minimum timestamp provided by the user.

A new set of metrics have been added to track the total number of messages
that have been replayed, and the number of messages read to find the resolved timestamp.

A new mock client and consumer have been introduced to facilitate testing.

Fixes #779, #778.
@sravotto sravotto self-assigned this May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant