Exception: Rdkafka::RdkafkaTopicPartitionListError
- Inherits:
-
RdkafkaError
- Object
- RuntimeError
- BaseError
- RdkafkaError
- Rdkafka::RdkafkaTopicPartitionListError
- Defined in:
- lib/rdkafka/error.rb
Overview
Error with topic partition list returned by the underlying rdkafka library.
Instance Attribute Summary collapse
Attributes inherited from RdkafkaError
#broker_message, #message_prefix, #rdkafka_response
Method Summary
Methods inherited from RdkafkaError
#==, #code, #is_partition_eof?, #to_s
Instance Attribute Details
#topic_partition_list ⇒ TopicPartitionList (readonly)
66 67 68 |
# File 'lib/rdkafka/error.rb', line 66 def topic_partition_list @topic_partition_list end |