Search before asking
Environment
Linux
EventMesh version
Other
What happened
Using http connector common protocol,there is a mistake when saving the data in rocketmq.
According to the cloudevent specification,extension names must meet some rules,like only lowercase letters.But recordUnigueId violates this rule.
How to reproduce
connectorConfig:
connectorName: httpSource
path: /test
port: 3755
idleTimeout: 30
protocol: common
Debug logs
2026-04-09 11:28:59,894 DEBUG [vert.x-eventloop-thread-0]ConnectionBase(:) - The connection will be closed due to timeout
xception in thread"eventMesh-sourceWorker-pollService-1"io.cloudevents.rw.CloudEventRWException: Invalid extensions name:recordUniqueId
at io.cloudevents.rw.CloudEventRWException.newInvalidExtensionName(CloudEventRWException.java:122)
Are you willing to submit PR?
Code of Conduct
Search before asking
Environment
Linux
EventMesh version
Other
What happened
Using http connector common protocol,there is a mistake when saving the data in rocketmq.
According to the cloudevent specification,extension names must meet some rules,like only lowercase letters.But recordUnigueId violates this rule.
How to reproduce
connectorConfig:
connectorName: httpSource
path: /test
port: 3755
idleTimeout: 30
protocol: common
Debug logs
Are you willing to submit PR?
Code of Conduct