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.
Constant Summary
Constants inherited from RdkafkaError
Rdkafka::RdkafkaError::EMPTY_HASH
Instance Attribute Summary collapse
Attributes inherited from RdkafkaError
#broker_message, #details, #message_prefix, #rdkafka_response
Method Summary
Methods inherited from RdkafkaError
#==, #abortable?, build, build_from_c, #code, #fatal?, #is_partition_eof?, #retryable?, #to_s, validate!
Instance Attribute Details
#topic_partition_list ⇒ TopicPartitionList (readonly)
159 160 161 |
# File 'lib/rdkafka/error.rb', line 159 def topic_partition_list @topic_partition_list end |