Skip to content

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

@gipyeong-lee

Description

@gipyeong-lee

Prerequisites

What version of pinpoint are you using?

2.6.0-SNAPSHOT

Describe your problem**

Kafka Consuming - | trace failed | -> Kotlin Coroutine -> Webclient Request

What have you done?

  1. Service A : Begin request to Service A
  2. Service B : Producing Kafka
  3. Service C : Consume from kafka
  4. Service C : using kotlin-coroutine context, request webclient api to Service C
  5. Service D : (something to do)

Actually Result:

  1. User -> Service A -> Kafka -> Service B
  2. User -> Service C

Expected Result:

  1. User -> Service A -> Kafka -> Service B -> Service C

Screenshots

Actually Result
스크린샷 2023-10-13 오후 2 54 05

Expected Result
스크린샷 2023-10-13 오후 2 55 59

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions