Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-4722

Add application.id to StreamThread name

    XMLWordPrintableJSON

Details

    Description

      StreamThread currently sets its name thusly:

      super("StreamThread-" + STREAM_THREAD_ID_SEQUENCE.getAndIncrement());
      

      If you have multiple KafkaStreams instance within a single application, it would help to add the application ID to StreamThread name to identify which thread belong to what KafkaStreams instance.

      Attachments

        Issue Links

          Activity

            People

              sharad.develop Sharad
              stevenschlansker Steven Schlansker
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: