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

Fixed TracingConsumer adding currentLag implementation #1320

Closed
wants to merge 3 commits into from

Conversation

codependent
Copy link

@codependent codependent commented Dec 22, 2021

This PR fixes the problem described in #1316

In order to keep it backwards compatible I had to use reflection to call the delegate's currentLag method.

import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.*;
Copy link
Contributor

Choose a reason for hiding this comment

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

Could we go back to explicit imports please? This is the pattern we follow in this repo.

Copy link
Author

Choose a reason for hiding this comment

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

Done

@jcchavezs jcchavezs requested a review from jeqo December 22, 2021 19:16
@jcchavezs
Copy link
Contributor

Shall we cover the change with a unit test?

@jcchavezs
Copy link
Contributor

Ping @jeqo

@jeqo
Copy link
Member

jeqo commented May 25, 2022

Already fixed by #1322

@jeqo jeqo closed this May 25, 2022
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.

4 participants