jonathansant / Orleans.Streams.Kafka

An implementation of a PersistentStreamProvider for Microsoft Orleans and Kafka using the Confluent API
GNU General Public License v3.0
79 stars 31 forks source link

Don't assume the number of bytes required #59

Open koenbeuk opened 9 months ago

koenbeuk commented 9 months ago

Serialization would fail when the number of required bytes to encode in UTF8 is larger than the number of bytes used by UTF16.