qweeze / rstream

A Python asyncio-based client for RabbitMQ Streams
MIT License
83 stars 13 forks source link

Fail to build on Mac M* series #183

Closed Gsantomaggio closed 6 months ago

Gsantomaggio commented 7 months ago

The library does not work on Mac M* It is related to https://github.com/Azure/azure-uamqp-python/issues/386

TeoLefebvre commented 6 months ago

Same issue for me, are you planning to stop using uampq as it will be deprecated in 2025?

Gsantomaggio commented 6 months ago

@TeoLefebvre, we are working on a parser. but atm I don't have an ETA.

lukebakken commented 6 months ago

We should consider using this code:

https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/servicebus/azure-servicebus/azure/servicebus/_pyamqp

lukebakken commented 6 months ago

Also, see this - https://github.com/Azure/azure-uamqp-python/issues/374

DanielePalaia commented 6 months ago

Hi @TeoLefebvre I'm working on an integration on this branch: https://github.com/qweeze/rstream/pull/194

Do you have some time to do a few tests? Thanks