Re: Kafka encoding UTF-8 problem

2020-01-17 Thread M. Manna
cit serialization / deserialization, > communication is transparent to me. > I think I have to set a kafka properties for this problem, but I don't > know what it can be. > Thank you > > -Messaggio originale- > Da: M. Manna > Inviato: venerdì 17 gennaio 2020 13:25

R: Kafka encoding UTF-8 problem

2020-01-17 Thread Marco Di Falco
have to set a kafka properties for this problem, but I don't know what it can be. Thank you -Messaggio originale- Da: M. Manna Inviato: venerdì 17 gennaio 2020 13:25 A: users@kafka.apache.org Oggetto: Re: Kafka encoding UTF-8 problem Hi, On Fri, 17 Jan 2020 at 11:18, Marco Di Falco wrote

Re: Kafka encoding UTF-8 problem

2020-01-17 Thread M. Manna
Hi, On Fri, 17 Jan 2020 at 11:18, Marco Di Falco wrote: > Hello guys! > I have a producer and consumer running in a windows shell. > I write this message ‘questo è un test’ and in consumer receive this: > “questo ´┐¢ un test” . > > What properties should I use to set up character coding in utf-

Kafka encoding UTF-8 problem

2020-01-17 Thread Marco Di Falco
Hello guys! I have a producer and consumer running in a windows shell. I write this message ‘questo è un test’ and in consumer receive this: “questo ´┐¢ un test” . What properties should I use to set up character coding in utf-8? thank you Marco