You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had searched in the issues and found no similar issues.
Feature Request
Add SubscriptionHandler class at org.apache.eventmesh.runtime.admin.handler.v2 package.
Provide client information for the current Runtime instance to EventMesh Dashboard. including:
Information such as ip address, consumerGroup, etc. of the clients (specifically business applications using the SDK) and connectors on the source and sink side.
Information about the topic that the Runtime is responsible for, etc.
You can refer to the infos reported to the registry at org.apache.eventmesh.meta.nacos.service.NacosMetaService#updateMetaData.
You may need to extend org.apache.eventmesh.runtime.core.protocol.producer.ProducerManager and record infos of source side.
Search before asking
Feature Request
Add
SubscriptionHandler
class atorg.apache.eventmesh.runtime.admin.handler.v2
package.Provide client information for the current Runtime instance to EventMesh Dashboard. including:
You can refer to the infos reported to the registry at
org.apache.eventmesh.meta.nacos.service.NacosMetaService#updateMetaData
.You may need to extend
org.apache.eventmesh.runtime.core.protocol.producer.ProducerManager
and record infos of source side.Related issue (outdated): #4400
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: