Exception: Rdkafka::RdkafkaTopicPartitionListError

Inherits:
RdkafkaError show all
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_listTopicPartitionList (readonly)

Returns:

  • (TopicPartitionList)


159
160
161
# File 'lib/rdkafka/error.rb', line 159

def topic_partition_list
  @topic_partition_list
end