Exception: Rdkafka::RdkafkaTopicPartitionListError

Inherits:
RdkafkaError
  • Object
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

#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)


47
48
49
# File 'lib/rdkafka/error.rb', line 47

def topic_partition_list
  @topic_partition_list
end