Closed karntrehan closed 1 year ago
@amit-s19 and @charanpreet-samagra to work on this.
To be picked next week - bandwidth issue
To be picked on monday. @amit-s19 to pick this up.
Retry mechanism could be misfiring. @amit-s19 to debug further.
Issue has been fixed in the latest PR raised in Agridex-Beckn : https://github.com/Konnect-Agri/AgriDex-Beckn/pull/40
The application's nature is supposed to be async completely and based on messaging queue architecture however it was breaking during the flow in which Protocol-Server-Network was calling BPP and was waiting
for it to complete synchronously
leading to HttpTimeout exceptions and thus calling the init service multiple time.
Init has now been made async just like search service :) with the use of ACK handshake.
Init response coming in 2 times. Need to be fixed. BPP is responding twice.