leezng commented on code in PR #6941:
URL: https://github.com/apache/inlong/pull/6941#discussion_r1051710419
##########
inlong-dashboard/src/metas/sources/defaults/index.ts:
##########
@@ -37,17 +37,17 @@ export const allDefaultSources:
MetaExportWithBackendList<SourceMetaType> = [
LoadEntity: () => import('./File'),
},
{
- label: 'MySQL-BinLog',
- value: 'MYSQL_BINLOG',
Review Comment:
The value here is to communicate with the manager. I think the value and
file name should not be modified. Only the label configuration can be changed
here.
--
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]