smithy4s MQTT in scope? #726
alexcardell
started this conversation in
General
Replies: 1 comment 6 replies
-
Can you share your attempt's code? I can take a look. My opinion would be that we should have a new module with this, like |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is allowing
smithy.mqtt
traits considered in scope for smithy4s?I've had a go at this myself by adding the
smithy-mqtt-traits
package to the codegen module, and addedsmithy.mqtt
to allowed namespaces where seems reasonable, but no luck!The use case here is I'd like to write a backend for SQS and RabbitMQ (using ITV/bucky)
Beta Was this translation helpful? Give feedback.
All reactions