Xdydy commented on issue #50:
URL:
https://github.com/apache/rocketmq-eventbridge/issues/50#issuecomment-1401548873
> The user ID needs to be specified on the HTTP request header, which can be
specified by connecting to the internal user account system. We will make an
optimization later here. If it is not specified, the built-in default account
ID will be used.
>
> ```
> Content-Type:application/json
> resourceOwnerAccountId:${AccountId}
> parentAccountId:${AccountId}
> loginAccountId:${AccountId}
> ```
Thanks for your reply. After trying that my "access.log" has received the
request info. However I met the new issue that the rocketmq-eventbridge.log
reminds me that
```text
@@ERROR@@o.a.r.e.a.p.d.r.r.RocketMQMetaService[52]@@Create topic failed.
org.apache.rocketmq.client.exception.MQClientException: create new topic
failed
```
and the http response returns that
```json
{
"requestId": "6eed022f-2429-426f-8c72-559347af1bf1",
"code": "InternalError",
"message": "InternalError"
}
```
Can you explain why?

--
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]