zio / zio-sqs

ZIO-powered client for AWS SQS
https://zio.dev/zio-sqs
Apache License 2.0
82 stars 26 forks source link

Update/cross-compile for scala 3 #632

Closed Esardes closed 1 year ago

kirillsalykin commented 1 year ago

Any updates on this?

kirillsalykin commented 1 year ago

Please check if https://github.com/zio/zio-sqs/pull/659 enough to resolve this

kirillsalykin commented 1 year ago

seems it is more complicated, zio-sqs depends on elasticmq which depends on akka-http. https://github.com/softwaremill/elasticmq/issues/637 As an alternative - testcontainers + localstack can be used.

ghostdogpr commented 1 year ago

seems it is more complicated, zio-sqs depends on elasticmq which depends on akka-http. softwaremill/elasticmq#637 As an alternative - testcontainers + localstack can be used.

Yeah, sounds like the right alternative. Better not to depend on akka anymore and I don't think elasticmq is going to be migrated overnight.

rstradling commented 1 year ago

See #676 for an approach for the short-term.