It's interesting that you mention multivitamins. When I was burnt out I noticed that Vitamin B, D3 and zinc have a huge positive effect on my mood and energy level.
At the moment, there seems to be no way back. The page to convert an individual user account to an organization account (at https://hub.docker.com/settings/convert) explicitly states:
> To use organization features, convert your account from a User to an Organization.
(context: I have had a situation where files created by pbzip2 on linux were not able to be decompressed with some library on .NET, but using lbzip2, they were. I never looked into the details.)
Can't agree more, lbzip2 is the go-to tool for dealing with bzip2 compression and decompression, it's a whole lot of faster than bzip2 which is single-threaded!
After a brief glimpse at the documentation, I am missing a feature comparable to Kafka's partitioning. Well, the protocol [1] briefly mentions it, but it does not seem to be exposed.
Getting insights into the roadmap for this would certainly be interesting...
Not OP, but what I need from Kafka partitioning is guaranteed message ordering (per partition key).
I don't know about RabbitMQ, but with Apache AMQ there is message grouping, which is kind of similar, but not quite the same. With Kafka it's unavoidable, which is good.