Method: Kafka::Protocol::FetchResponse::FetchedPartition#last_stable_offset
- Defined in:
- lib/kafka/protocol/fetch_response.rb
#last_stable_offset ⇒ Object (readonly)
Returns the value of attribute last_stable_offset.
32 33 34 |
# File 'lib/kafka/protocol/fetch_response.rb', line 32 def last_stable_offset @last_stable_offset end |