mxsm commented on issue #4633: URL: https://github.com/apache/eventmesh/issues/4633#issuecomment-1892986525
> Hi, I am willing to work on this issue, can u please provide more details? I looked into request_reply_inner method inside grpc_client.rs and AFAIK what i need to do is > > 1. Check if it's a subscription reply message > 2. Do additional logging for subscription reply > 3. Add attributes to indicate subscription response @kyooosukedn Sure. Delete the SubscriptionReply struct, which has already been deleted in the Java SDK. For more details, please refer to PR#4632. For the specific implementation logic, please refer to the Java SDK SubStreamHandler#createReceiver method. The implementation in the Rust SDK is in the subscribe method in grpc_consumer.rs. Here you can find that only EventMeshMessage is supported, and other modifications will be made later. Therefore, you can simply follow the existing logic.  -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
