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

[#10407] Found some issue , when i using kafka consume, with kafka-coroutine context #10405

Open
wants to merge 51 commits into
base: master
Choose a base branch
from

Conversation

gipyeong-lee
Copy link

@gipyeong-lee gipyeong-lee commented Oct 13, 2023

resolves #10407

Trace trace = traceContext.currentTraceObject();
        if (trace == null) {
            return;
        }

This codes always cut tracing. there is no trace object.
make beforeTraceId in agent context, and load it for continue tracing .
just feedback to me.

@CLAassistant
Copy link

CLAassistant commented Oct 13, 2023

CLA assistant check
All committers have signed the CLA.

@gipyeong-lee gipyeong-lee changed the title Found some issue , when i using kafka consume, with kafka-coroutine context [#10407] Found some issue , when i using kafka consume, with kafka-coroutine context Oct 13, 2023
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.

Found some issue , when i using kafka consume, with kafka-coroutine context
9 participants