fluent / fluent-bit-go

Fluent Bit Golang package to build plugins
Apache License 2.0
189 stars 52 forks source link

[Question] Big Endian Architecture #78

Open mirko-lazarevic opened 3 months ago

mirko-lazarevic commented 3 months ago

Hello, I am considering using this library to create a fluent-bit plugin that should be running in a Big Endian architecture. Could you please clarify if the library is architecture agnostic? Specifically, I would like to know if there are any known issues or limitations when running it on a Big Endian system.

Thank you for your assistance!