1 Risposta
- Più recenti
- Maggior numero di voti
- Maggior numero di commenti
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.
con risposta 4 anni fa
