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
- links to