kafkit-client 0.1.1

Kafka 4.0+ pure Rust client.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Security

- TLS with system roots.
- TLS with custom CA.
- TLS server-name override.
- TLS client certificates.
- SASL/PLAIN.
- SASL/SCRAM-SHA-256.
- SASL/SCRAM-SHA-512.

## Out Of Scope Today

- OAuthBearer.
- GSSAPI/Kerberos.
- AWS/MSK IAM.