Programmer-RD-AI commented on PR #53356:
URL: https://github.com/apache/airflow/pull/53356#issuecomment-3166354642

   hi, thanks for the recommendation.
   
   i looked into the read_message method you had mentioned (similar to the 
redis implementation), the only issue is that the Azure Service Bus hook 
handle's providing the messages it receives much differently as far as I 
understand to redis, where redis return the specific message with the 
`hook.get_message`, ASB always goes for the callback method and does not really 
return anything else (the only way we can make it work similar to the redis 
implementation is by updating the hook but it seems out of scope for this). I 
get the concern of the coupling with the MessageHook interfaces but given its 
implementation its really hard to decouple anything that we build using it.
   
   How should I proceed? 
   
   thanks :)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to