samza
samza copied to clipboard
SAMZA-2642: Set a default character set in InputStreamReader to solve…
… potential garbled problems
Issues: When a InputStreamReader is used, the parameter setting of a default character set is recommended to solve potential garbled problems.
Changes: Set a default character set in InputStreamReader API.
Tests: No tests. TODO.
Can you please update the description following the guideline?
@mynameborat Thanks for the reminder! The description has been added now.
@mynameborat Thanks for the reminder! The description has been added now.
Thank you! It will be useful to describe the scenario where this is problematic and provide some context on the background of the issue. The description right now talks about solution.