Class TaskId

java.lang.Object
org.apache.kafka.streams.processor.TaskId
All Implemented Interfaces:
Comparable<TaskId>

public class TaskId extends Object implements Comparable<TaskId>
The task ID representation composed as subtopology plus the assigned partition ID.
  • Field Details

  • Constructor Details

    • TaskId

      public TaskId(int subtopology, int partition)
    • TaskId

      public TaskId(int subtopology, int partition, String topologyName)
  • Method Details