We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
opentelemetry-java-instrumentation/instrumentation/kafka-clients-0.11/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/kafkaclients/TracingIterator.java
Line 38 in 9f3dfdb
where loop iterator, only want process N items(iterator has more than N items), closeScopeAndEndSpan will not execute for the last item
The text was updated successfully, but these errors were encountered:
'break' offen appear in loop. also lead to unclosed span.
Sorry, something went wrong.
Consolidating into #1947
No branches or pull requests
opentelemetry-java-instrumentation/instrumentation/kafka-clients-0.11/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/kafkaclients/TracingIterator.java
Line 38 in 9f3dfdb
where loop iterator, only want process N items(iterator has more than N items), closeScopeAndEndSpan will not execute for the last item
The text was updated successfully, but these errors were encountered: