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
Description:
Create a stream containing a script application. If the script contains Japanese or Chinese, some errors will occur.
SQLException occurs when deploying
This is because the encoding method of the date field of skipper_manifest and the pkg_json_string field of skipper_release in skipper database is latin1. So I changed the encoding of the field to utf8, which solved the problem.
The problem of garbled characters
After I solved problem 1, I checked skipper_release and skipper_manifest, and found that both Japanese or Chinese are in the table? ? ? (garbled state). I still don't know how to solve this problem.
Release versions:
spring cloud dataflow 2.9.0
script application 3.2.1
Description:
Create a stream containing a script application. If the script contains Japanese or Chinese, some errors will occur.
This is because the encoding method of the date field of skipper_manifest and the pkg_json_string field of skipper_release in skipper database is latin1. So I changed the encoding of the field to utf8, which solved the problem.
After I solved problem 1, I checked skipper_release and skipper_manifest, and found that both Japanese or Chinese are in the table? ? ? (garbled state). I still don't know how to solve this problem.
Release versions:
spring cloud dataflow 2.9.0
script application 3.2.1
Steps to reproduce:
Screenshots:

Where applicable, add screenshots to help explain your problem.