Property | Type | Description | |
---|---|---|---|
EarliestTime | long | ||
LatestTime | long |
Method | Description | |
---|---|---|
GetBytes ( ) : byte[] |
Converts the request to an array of bytes that is expected by Kafka.
|
|
IsValid ( ) : bool |
Determines if the request has valid settings.
|
|
OffsetRequest ( ) : System |
Initializes a new instance of the OffsetRequest class.
|
|
OffsetRequest ( string topic, int partition, long time, int maxOffsets ) : System |
Initializes a new instance of the OffsetRequest class.
|
public OffsetRequest ( string topic, int partition, long time, int maxOffsets ) : System | ||
topic | string | The topic to publish to. |
partition | int | The partition to publish to. |
time | long | The time from which to request offsets. |
maxOffsets | int | The maximum amount of offsets to return. |
return | System |