redpanda-data / connect

Fancy stream processing made operationally mundane
https://docs.redpanda.com/redpanda-connect/about/
8.12k stars 832 forks source link

Who uses arm6+7? #1511

Closed Jeffail closed 1 year ago

Jeffail commented 2 years ago

We currently support pretty much just every hecking platform we can, because why not? However, there is a steadily increasing gap of enthusiasm between support for ARM64 and 32-bit ARM architectures (6/7) in the library ecosystem. For us this mostly just means disabling some components for the 32-bit build artifacts with build flags, which is easy enough and only means a minor amount of effort even in some of the worst cases.

The question though is whether that effort is worth it at all, from download analytics is appears as though only bots download the ARM 6/7 artifacts. If we were to base a decision on support going forwards that's really the only information we have currently, so please let us know with a thumbs up or a comment whether you use these build artifacts, would be interested in learning what for if you're willing to share.

Professionals, hobbyists, historical reenactors, your thoughts are all equally valid here so please get them in.

robinhuiser commented 2 years ago

I do - I work in the financial industry and I have build a "bank in a box" concept (mobile/web-app, digital microservices and core banking) on a RPI 7 cluster (6 nodes). Shortly we are looking into Benthos as a streaming platform for ingesting 3rd party core data. I am also the maintainer of Concourse for RPI (see: https://github.com/robinhuiser/concourse-arm64)

Jeffail commented 2 years ago

Oh that's awesome, thanks for sharing @robinhuiser!

Jeffail commented 1 year ago

Looks like we're keeping it going for now 🎊