-
Notifications
You must be signed in to change notification settings - Fork 23
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 Producer zipkin reporter is not initialized #53
Comments
It should be since The tracer is definitely initialized since we have a test for it but we don't start a zipkin instance for testing. Did you start Zipkin to check if spans are published? |
My breakpoint on Zipkin AsyncRepoter auto config is not triggered, might be some other reporter instance is created but i can't figure out which one, i have the Zipkin collector and the openfeign sample project works fine, not sure what is different. |
Do you see the log message emitted by the kafka-producer app that contains the traceId? |
Yes
Yes trace id and logs are there, span.end is called but the zipkin reporter is missing |
In Kafka Producer sample, zipkin reporter is not initialized, hence tracings are not reported to the zipkin consumer.
openfeign sample works fine.
The text was updated successfully, but these errors were encountered: