You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2022/11/22 09:47:00 UTC

[jira] [Created] (CAMEL-18743) camel-jbang - Command to see only if everything is okay or there has been a failure

Claus Ibsen created CAMEL-18743:
-----------------------------------

             Summary: camel-jbang - Command to see only if everything is okay or there has been a failure
                 Key: CAMEL-18743
                 URL: https://issues.apache.org/jira/browse/CAMEL-18743
             Project: Camel
          Issue Type: New Feature
          Components: camel-jbang
            Reporter: Claus Ibsen
             Fix For: 3.20.0


Finding a good name is hard, maybe

camel get count=total,error
1,0

camel get count=total,error
2,1

So this gets a count of total messages processed, failed messages

The idea is a way to quickly tell from tooling that Camel processed messaged and that there was no errors. And we need to ensure that it does not say 0 due to nothing has been processed at all, so we need to have output of total + error.





--
This message was sent by Atlassian Jira
(v8.20.10#820010)