Xdydy opened a new issue, #50:
URL: https://github.com/apache/rocketmq-eventbridge/issues/50
When I write the EventBridge demo
```htt
POST /bus/createEventBus HTTP/1.1
Host: 127.0.0.1:7001
Content-Type: application/json; charset=utf-8
Content-Length: 68
{
"eventBusName": "demo-bus",
"description": "a demo bus."
}
```
It responses as follows:
```json
{
"requestId": "6feba1d8-3d83-49f3-aa6f-095a8c29dd45",
"code": "LoginFailed",
"message": "Login failed."
}
```
--
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]