FlyingZC opened a new issue, #22768: URL: https://github.com/apache/shardingsphere/issues/22768
## Feature Request Atomikos supports an xa resource name with a maximum length of 45. When the length of the dataSourceName configured by the user exceeds this value, no error will be reported during the ShardingSphere startup phase, but an error will be reported when the XA transaction is executed for the first time to register the xa resource. I think that the maximum length of the xa resource should be uniformly checked during the startup phase. If it is too long, it will fails fast. ### Is your feature request related to a problem? ### Describe the feature you would like. -- 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]
