sha3sha3 / UE-EasyKafka

EasyKafka is a Kafka/Redpanda client sub-system for unreal engine. It supports producing and consuming records through blueprint and C++.
https://www.unrealengine.com/marketplace/en-US/product/client-for-kafka
Other
37 stars 8 forks source link

String to struct #7

Open handsomexw opened 1 year ago

handsomexw commented 1 year ago

In your function, the consumer's receiving function can only receive fstring type. What should I do if I want to get the original message with the same byte size as the original one?

sha3sha3 commented 1 year ago

Hey @handsomexw If you mean producing byte[] and consuming byte[] i can add that functionality in future update. Also you can always encode/serialize your data and push it.