issues
search
kellanburket
/
franz
A Kafka Client for Swift
MIT License
85
stars
19
forks
source link
Add SASL and PLAIN support
#10
Closed
lukel97
closed
6 years ago
lukel97
commented
6 years ago
Adds the base for a SASL authentication API
Comes with the PLAIN mechanism
Cluster can now create topics
Rework the docker tests to be more reliable and extensible
Refactor many internal types to be structs
Add an associated type on the
KafkaRequest
protocol for the associated
KafkaResponse
Make Connection.write(request:_) generic to this associated type
Tidy up a lot more internals
KafkaRequest
protocol for the associatedKafkaResponse