influxdata / rskafka

A minimal Rust client for Apache Kafka
Apache License 2.0
286 stars 30 forks source link

feat: sasl auth impl #216

Closed toondaey closed 11 months ago

toondaey commented 11 months ago

Closes #

Describe your proposed changes here.

crepererum commented 11 months ago

I see the commit msg checker fails here. You can probably squash everything into a single commit and mention the other two authors in the new "mega commit. See https://docs.github.com/en/pull-requests/committing-changes-to-your-project/creating-and-editing-commits/creating-a-commit-with-multiple-authors on how to do this.

toondaey commented 11 months ago

All updated now.

crepererum commented 11 months ago

thank you :slightly_smiling_face:

toondaey commented 10 months ago

thank you 🙂

You're welcome! Not to be selfish in anyway, but I wanted to ask if there's a release cycle for this package?

crepererum commented 10 months ago

You're welcome! Not to be selfish in anyway, but I wanted to ask if there's a release cycle for this package?

On demand, I try to get a release out in the next couple of days.

toondaey commented 10 months ago

You're welcome! Not to be selfish in anyway, but I wanted to ask if there's a release cycle for this package?

On demand, I try to get a release out in the next couple of days.

Ok. Thanks! Looking forward to the next release.😀

crepererum commented 10 months ago

@toondaey 0.5.0 is released ✅

Neustradamus commented 10 months ago

Good job!

Linked to: