What’s the default encoding mechanism of scala collector component

Hi ,
Would like to know what’s the default data encoding mechanism in the collector component.
I know the data is converted to thrift format but want to understand the encoding mechanism.Is it UTF-8 ?

Yes, the scala stream collector outputs UTF-8 Thrift records.

Thanks @mike.