Hristo Iliev

Results 28 comments of Hristo Iliev

Facing the same issue using `cf7 push --strategy rolling`. Would love to have this implemented as a step towards v3 feature parity.

Our group in SAP is currently working with CF and k8s brokers. Some of the brokers we use provide IaaS native AWS, GCP and Azure services. Credentials for the same...

Supporting custom headers seems like a valid use-case. Currently we don't use it in Abacus, so implementing this feature is way down in our backlog. However we accept contributions, so...

All Abacus apps now have manifests that support substitution variables as a prerequisite for the new pipeline.

Another option here might be to use commercial solutions like Dynatrace / AppDynamics that can instrument the code during staging. This will give us the minimum tracing and we can...

Do we want to maintain a consistent set of docs in transactional manner or just be sure that the reporting does not fetch something that's inconsistent? Is it just reporting...

Handling transactions with Couch or Mongo does not seem like a good idea. What if we split the aggregator into consumer and org micro-services? If consumer aggregation fails we won't...

Cannot reproduce the issue on my Mac & Linux machines. Is this reproducible on your side and if yes what is the OS version you have? You ran the tests...

@RadhikaKS There are no additional prerequisites for building Abacus. What happens if you re-rerun Abacus build? Is the problem still there?

What you can do is to build Abacus with `yarn provision`. This will only take care to get all dependencies, without running the tests. Then you should be able to...