Closed
Description
Search before asking
- I had searched in the issues and found no similar issues.
Feature Request
- Deprecate
eventMesh.connector.plugin.type
: EventMesh does not use this config to determine which connector to use. This config can easily confuse users. It is not referenced in implementation code either. - Deprecate
registerIntervalInMills
,fetchRegistryAddrIntervalInMills
: These two configs were placed seperatly from metaStorage plugins, however they are always (in Git history) misconfigured (missingplugin
level) & not used since EventMesh initated.
eventmesh/eventmesh-runtime/conf/eventmesh.properties
Lines 63 to 64 in fe2bd7c
- Deprecate
eventMesh.server.defibus.client.comsumeTimeoutInMin
and 'defibus' related usages: These usages are commented and not used since EventMesh initated, and may output one line of null log.
- Place similar properties together and add a seperator.
- I found out that I forgot to unify
null != object
in [ISSUE #4808] Unify allnull == object
usage to standardobject == null
#4809 when writting this PR (onlynull == object
usages unified), so this PR contains supplements of the previous one.
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct *