Method: Rdkafka::Admin::CreatePartitionsHandle#operation_name

Defined in:
lib/rdkafka/admin/create_partitions_handle.rb

#operation_nameString

Returns the name of the operation.

Returns:

  • (String)

    the name of the operation

[View source] [View on GitHub]

10
11
12
# File 'lib/rdkafka/admin/create_partitions_handle.rb', line 10

def operation_name
  "create partitions"
end