1 Antwort
- Neueste
- Die meisten Stimmen
- Die meisten Kommentare
0
The problem was in the producer which was not producing the correct data, using String myString = StandardCharsets.US_ASCII.decode(r.data()).toString(); would give you the String as expected.
beantwortet vor 4 Jahren
