bbejeck commented on PR #19937:
URL: https://github.com/apache/kafka/pull/19937#issuecomment-3534297054
I know what it is, a PR has been merged that changes `StreamsMetricsImpl`
constructor to
``` public StreamsMetricsImpl(final Metrics metrics,
final String clientId,
final String processId,
final String applicationId,
final Time time) {
```
But this PR has
```
``` public StreamsMetricsImpl(final Metrics metrics,
final String clientId,
final String processId,
final Time time) {
```
Can I ask you to rebase this PR again? I think that will fix things
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]