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.

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_listTopicPartitionList (readonly)

Returns:

  • (TopicPartitionList)


66
67
68
# File 'lib/rdkafka/error.rb', line 66

def topic_partition_list
  @topic_partition_list
end