eventmesh icon indicating copy to clipboard operation
eventmesh copied to clipboard

[Bug] Fix json parse exception in RemoteUnsubscribeEventProcessor

Open lrhkobe opened this issue 3 years ago • 1 comments
trafficstars

Search before asking

  • [X] I had searched in the issues and found no similar issues.

Environment

Windows

EventMesh version

1.5.0

What happened

call /eventmesh/unsubscribe/remote

How to reproduce

call /eventmesh/unsubscribe/remote with param:

{
        "url":"http://127.0.0.1:11111",
        "consumerGroup":"consumer-group-1111-AC0",
        "topic":["bridge-test"],
        "remoteMesh":"http://127.0.0.1:10105/eventmesh/unsubscribe/local"
}

Debug logs

No response

Are you willing to submit PR?

  • [X] Yes I am willing to submit a PR!

lrhkobe avatar Aug 01 '22 04:08 lrhkobe

I will finish this issue.

RiemannChow avatar Sep 19 '22 16:09 RiemannChow