uforwarder/src/main/java/com/uber/data/kafka/consumerproxy/worker/dispatcher/DispatcherMessage.java [96:108]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
          topic,
          partition,
          offset,
          stub,
          retryCount,
          dispatchAttempt,
          timeoutCount,
          physicalTopic,
          physicalCluster,
          physicalPartition,
          physicalOffset,
          headers,
          value,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



uforwarder/src/main/java/com/uber/data/kafka/consumerproxy/worker/dispatcher/grpc/GrpcRequest.java [58:70]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        topic,
        partition,
        offset,
        stub,
        retryCount,
        dispatchAttempt,
        timeoutCount,
        physicalTopic,
        physicalCluster,
        physicalPartition,
        physicalOffset,
        headers,
        value,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



