org.apache.kafka.common.requests
Class JoinGroupResponse
java.lang.Object
org.apache.kafka.common.requests.AbstractRequestResponse
org.apache.kafka.common.requests.JoinGroupResponse
public class JoinGroupResponse
- extends AbstractRequestResponse
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
curSchema
public static Schema curSchema
UNKNOWN_GENERATION_ID
public static int UNKNOWN_GENERATION_ID
UNKNOWN_CONSUMER_ID
public static java.lang.String UNKNOWN_CONSUMER_ID
JoinGroupResponse
public JoinGroupResponse(short errorCode,
int generationId,
java.lang.String consumerId,
java.util.List<TopicPartition> assignedPartitions)
JoinGroupResponse
public JoinGroupResponse(short errorCode)
JoinGroupResponse
public JoinGroupResponse(Struct struct)
errorCode
public short errorCode()
generationId
public int generationId()
consumerId
public java.lang.String consumerId()
assignedPartitions
public java.util.List<TopicPartition> assignedPartitions()
parse
public static JoinGroupResponse parse(java.nio.ByteBuffer buffer)