KafkaEx.Protocol.DeleteTopics (kafka_ex v0.12.1) View Source

Implementation of the Kafka DeleteTopics request and response APIs

See: https://kafka.apache.org/protocol.html#The_Messages_DeleteTopics

Link to this section Summary

Link to this section Functions

Link to this function

api_version(api_versions)

View Source
Link to this function

create_request(correlation_id, client_id, delete_topics_request, api_version)

View Source

Specs

create_request(
  integer(),
  binary(),
  KafkaEx.Protocol.DeleteTopics.Request.t(),
  integer()
) :: binary()
Link to this function

parse_response(arg, int)

View Source

Specs

parse_response(binary(), integer()) ::
  [] | KafkaEx.Protocol.DeleteTopics.Response.t()