Method: Rdkafka::Producer::DeliveryReport#partition
- Defined in:
- lib/rdkafka/producer/delivery_report.rb
#partition ⇒ Integer (readonly)
The partition this message was produced to.
9 10 11 |
# File 'lib/rdkafka/producer/delivery_report.rb', line 9 def partition @partition end |