Method: Rdkafka::Consumer#start
- Defined in:
- lib/rdkafka/consumer.rb
#start ⇒ Object
Note:
Not needed to run unless explicit start was disabled
Starts the native Kafka polling thread and kicks off the init polling
25 26 27 |
# File 'lib/rdkafka/consumer.rb', line 25 def start @native_kafka.start end |