jinrongluo commented on issue #744:
URL:
https://github.com/apache/incubator-eventmesh/issues/744#issuecomment-1021412990
Hi @xwm1992 Eventmesh Standalone EventStore does not support RequestReply
API,
So when you use Standalone eventstore in Eventmesh and run
`RequestReplyInstance`, it will failed with this error
Eventmesh Runtime Error
```
2022-01-25 12:00:38,611 DEBUG [grpc-default-worker-ELG-3-1]
NettyServerHandler(AbstractInternalLogger.java:214) - [id: 0x2c6e0c97,
L:/127.0.0.1:10205 - R:/127.0.0.1:55463] INBOUND DATA: streamId=11 padding=0
endStream=true length=256
bytes=00000000fb0a5a0a03656e761a03696463220c31302e38312e3233372e32382a0531373732383204313233343a08757365726e616d6542067061737377644a04...
2022-01-25 12:00:38,611 INFO [grpc-default-executor-0]
cmd(ProducerService.java:54) -
cmd=RequestReply|grpc|client2eventMesh|from=10.81.237.28|to=10.81.237.28
2022-01-25 12:00:38,611 ERROR [eventMesh-grpc-sendMsg-4]
ProducerService(ProducerService.java:64) - Error code 3, error message
eventMesh send rr msg err,
org.apache.eventmesh.api.exception.ConnectorRuntimeException: Request is not
supported
at
org.apache.eventmesh.connector.standalone.producer.StandaloneProducer.request(StandaloneProducer.java:125)
~[eventmesh-connector-standalone-1.3.0-release.jar:1.3.0-release]
at
org.apache.eventmesh.connector.standalone.producer.StandaloneProducerAdaptor.request(StandaloneProducerAdaptor.java:93)
~[eventmesh-connector-standalone-1.3.0-release.jar:1.3.0-release]
at
org.apache.eventmesh.runtime.core.plugin.MQProducerWrapper.request(MQProducerWrapper.java:86)
~[eventmesh-runtime-1.3.0-release.jar:1.3.0-release]
at
org.apache.eventmesh.runtime.core.protocol.grpc.producer.EventMeshProducer.request(EventMeshProducer.java:49)
~[eventmesh-runtime-1.3.0-release.jar:1.3.0-release]
at
org.apache.eventmesh.runtime.core.protocol.grpc.processor.RequestReplyMessageProcessor.process(RequestReplyMessageProcessor.java:103)
~[eventmesh-runtime-1.3.0-release.jar:1.3.0-release]
at
org.apache.eventmesh.runtime.core.protocol.grpc.service.ProducerService.lambda$requestReply$1(ProducerService.java:62)
~[eventmesh-runtime-1.3.0-release.jar:1.3.0-release]
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[?:1.8.0_261]
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[?:1.8.0_261]
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[?:1.8.0_261]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[?:1.8.0_261]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_261]
```
RequestReplyInstance Client error
```
2022-01-25 12:00:33,898 INFO [main]
EventMeshGrpcProducer(EventMeshGrpcProducer.java:84) - Received response
respCode: "3"
respMsg: "eventMesh send rr msg err, Request is not supported"
respTime: "1643130033867"
```
--
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]