View Source KafkaEx.Protocol.Kayrock.DeleteTopics.Request protocol (kafka_ex v1.0.0-rc.1)

Protocol for building DeleteTopics requests.

Summary

Types

t()

All the types that implement this protocol.

Functions

Builds a DeleteTopics request from the given options.

Types

@type t() :: term()

All the types that implement this protocol.

Functions

Link to this function

build_request(request, opts)

View Source
@spec build_request(t(), Keyword.t()) :: t()

Builds a DeleteTopics request from the given options.

Options

  • :topics - List of topic names to delete (required)
  • :timeout - Request timeout in milliseconds (required)