OffsetRequest constructor

OffsetRequest(
  1. int replicaId
)

Creates new instance of OffsetRequest.

The replicaId argument indicates unique ID assigned to the host within Kafka cluster. One can obtain this information via MetadataRequest.

Implementation

OffsetRequest(this.replicaId) : super();