Nimimi | 9 years ago | on: From Kafka to ZeroMQ for real-time log aggregation
Nimimi's comments
Nimimi | 9 years ago | on: From Kafka to ZeroMQ for real-time log aggregation
Now about Kafka vs ZeroMQ: you want Kafka if you cannot tolerate the loss of even a single message. The append-only log with committed reader positions is a perfect fit for that.
Nimimi | 9 years ago | on: Announcing new tools, forums, and features
Nimimi | 9 years ago | on: Announcing new tools, forums, and features
Nimimi | 9 years ago | on: Announcing new tools, forums, and features
Issues and projects are global and not bound to a single repository. In my experience, this is the only approach that works in a company. JIRA does the same thing.
It's the closest to a fully open source Atlassian suite that you get. Phabricator has code review, repository hosting, project management and even a CI tool.
Nimimi | 9 years ago | on: Announcing new tools, forums, and features
It has many enterprise features including code ownership, issue templates, and a Gerrit like, sane code review workflow. You can fully integrate it with your CI tool and it even displays coverage results inline and such.
Ask me anything about it :) I'm not affiliated with it but am an experienced user.