Apr 11, 2023
Camunda Platform 8.2: The Key to Scaling Automation
Camunda Platform 8.2 brings a suite of features that improve the process development lifecycle and helps you further scale automation. Read the latest.
By Shane Ernest
Category
All Camunda blog posts tagged with Engineering Excellence.
Apr 11, 2023
Camunda Platform 8.2 brings a suite of features that improve the process development lifecycle and helps you further scale automation. Read the latest.
By Shane Ernest
Mar 3, 2023
Learn how we successfully reduced Zeebe’s process execution latency with batch processing during a recent hackday.
Dec 22, 2022
Learn how we test and identify hard-to-find critical bugs in Zeebe, the workflow engine powering Camunda Platform 8, using property-based testing.
Oct 18, 2022
Monitoring is an essential facet of running applications in a production system. Through this process, organizations collect and analyze data, and determine if a program is performing as expected within set boundaries. When combined with alerting, monitoring allows for detecting unexpected system behavior to mitigate exceptional situations as fast as possible. Furthermore, tracking the performance of a system enables organizations to improve those aspects that have the biggest impact with higher priority. One essential aspect of monitoring is the list of key metrics you want to observe. There are different categories of statistics that can be of interest here. To observe the defined metrics, there are plenty of application monitoring tools on the market today. They differ in many aspects…
Oct 12, 2022
Directory services are an effective way to manage an organization’s users, groups, printers, devices, and more. Most organizations accomplish this using Active Directory, Apache Directory, Oracle Internet Directory, or other similar tools. Recently I worked with a customer who wanted to see how he could secure the Camunda 8 Platform and process applications with such a directory. Their requirements consisted of: In this article, I’ll briefly explain the 3 easy steps taken to fulfill their requirements which include: If you’re interested in seeing a fuller picture, you can find a project with a complete documentation on github. Before we start, I’d like to reintroduce some general concepts about Camunda 8 and Keycloak. Camunda 8 and Keycloak overview Camunda 8 is…
Oct 11, 2022
Eliminate islands of automation by orchestrating processes from end to end.
By Shane Ernest
Sep 27, 2022
During Summer Hackdays 2022, I worked on a project called “Zeebe chaos” (zbchaos), a fault injection command-line interface (CLI) tool. This allows us engineers to more easily run chaos experiments against Zeebe, build up confidence in the system’s capabilities, and discover potential weaknesses. Requirements To understand this blog post, it is useful to have a certain understanding of Kubernetes and Zeebe itself. Summer Hackdays: Hackdays are a regular event at Camunda, where people from different departments (engineering, consulting, DevRel, etc.) work together on new ideas, pet projects, and more. Check out previous Summer Hackdays here: Summer Hackdays 2020 Summer Hackdays 2019 Zeebe chaos CLI Working on the Zeebe project is not only about engineering a distributed system or a process…
Sep 14, 2022
For almost 10 years, JIRA has been our development issue tracker for the core components of Camunda Platform 7. About 15,000 tickets later, Camunda’s engineering has grown from one team to a team of teams. Many new projects have used GitHub exclusively as a code repository and an issue tracker from the start. In October, we will move the CAM project to GitHub issues. With this change we are reducing the gap: our community can participate in our development processes with a single account. We achieve a unified approach for managing development issues, making it easier for everyone to participate. We thank everyone who has contributed to our CAM issue tracker and hope that the collaboration continues in our new…
By Thorben Lindhauer, Camunda Platform Team
Sep 9, 2022
We’re excited to announce an out-of-the-box Slack Connector.
By Amy Johnston