View Source Kvasir.Kafka.Metrics (kvasir_kafka v0.0.16)

Link to this section Summary

Link to this section Functions

@spec create() :: :ok
@spec open(binary() | URI.t()) :: {:ok, port(), [byte(), ...]}
@spec open(
  host :: binary() | charlist() | {byte(), byte(), byte(), byte()},
  port :: binary() | integer()
) :: {:ok, port(), [byte(), ...]}