Christopher Hunt

Results 109 comments of Christopher Hunt

> Does it support SSL/TLS by any chance? The connection handling is an outside concern of mqtt-streaming. How that connection is formed is up to you. You can absolutely connect...

> I am using MQTT streaming flow through server session but I have clients outside of Akka to communicate with that server with credentials for security reasons. Is that supported?...

> How does the mqtt-streaming will take server certificates when I used https://doc.akka.io/docs/alpakka/current/mqtt-streaming.html#flow-through-a-server-session As mentioned [above](https://github.com/akka/alpakka/issues/2584#issuecomment-794917105) it is your responsibility to bind and connect.

Hi @saumilsdk - welcome to the world of Akka! Unfortunately, I don't have any TLS examples on hand. However, if you look at the examples on the [mqtt-streaming page](https://doc.akka.io/docs/alpakka/current/mqtt-streaming.html), you'll...

Thanks for the suggestion. We will likely add something that to many tests.

My apologies for leaving this one open. I ultimately decided to implement it in embassy-rs where it now lives as an MPMC. Please feel free to close this if you’d...

Thanks for this project. Any progress on a resolution to this issue. Would a PR be welcome?

@pasviegas If you're using sbt-web then `webModules in Assets` will return a `Seq[File]` of all libraries - including WebJars. Using this task key will eliminate the need to perform another...

After spending a day on fixing up our CI using GitHub Actions, turns out that their Linux, Mac, and Windows images all include Rust along with `clippy` and `rustfmt`. Therefore,...