troubleshooting

How to resolve incorrect character display issue in RisingWave for Postgres-CDC when storing Chinese characters?

I'm facing an issue with RisingWave for Postgres-CDC where the stored Chinese characters are displayed as '���������'. What steps should I take to resolve this issue?

Ma

Master Clock

Asked on Aug 08, 2023

  1. Check the version of RisingWave being used and ensure it is up to date.
  2. Use the latest image of RisingWave to see if the issue is resolved.
  3. Verify the column type used to store the Chinese characters, consider using varchar.
  4. Ensure the database and table encoding is set to UTF-8.
  5. Update to the latest version of RisingWave if the issue persists.
  6. Test with the docker-compose-nightly.yml configuration to see if the problem is resolved.
Aug 08, 2023Edited by