Method: Kafka::FetchedBatch#partition

Defined in:
lib/kafka/fetched_batch.rb

#partitionInteger (readonly)

Returns:

  • (Integer)


11
12
13
# File 'lib/kafka/fetched_batch.rb', line 11

def partition
  @partition
end