# `Kayrock.Client`
[🔗](https://github.com/kafkaex/kayrock/blob/main/lib/kayrock/client.ex#L1)

Development client for communicating with a Kafka cluster.

## Limitations

This client lacks:
- Connection pooling
- Proper supervision tree
- Circuit breaker patterns
- Automatic reconnection handling
- Production-grade error handling
- Telemetry/monitoring

# `broker_call`

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `cluster_metadata`

# `start_link`

# `stop`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
