fcb-xiaobo commented on issue #8563: URL: https://github.com/apache/seatunnel/issues/8563#issuecomment-2604269744
At present, in 2.3.8, I understand that it is not possible to submit task configurations in hocon format through the rest API, nor can JSON configurations be converted to hocon configurations. If you want to convert them yourself, I have come up with a method using seattune and verified it, config = ConfigFactory.parseString(”you hocon file“); The content is your local hocon file and needs to be converted to a string origin local hocon file  use parseStirng convert after  You can try it, I hope it can help you -- 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]
