{"id":24552953,"url":"https://github.com/npdeehan/invoice-kafka-process-example","last_synced_at":"2026-02-10T22:33:23.182Z","repository":{"id":235438843,"uuid":"790606082","full_name":"NPDeehan/Invoice-Kafka-Process-Example","owner":"NPDeehan","description":"This is a simple enough example project for Camunda 8 which shows how you can process an invoice between end users and then at the end send and receive Kafka messages","archived":false,"fork":false,"pushed_at":"2024-05-13T07:14:51.000Z","size":238,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-30T09:24:54.486Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NPDeehan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-23T07:33:50.000Z","updated_at":"2024-05-13T07:14:55.000Z","dependencies_parsed_at":"2024-05-13T08:41:12.220Z","dependency_job_id":null,"html_url":"https://github.com/NPDeehan/Invoice-Kafka-Process-Example","commit_stats":null,"previous_names":["npdeehan/invoicekafkaprocessexample","npdeehan/invoice-kafka-process-example"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/NPDeehan/Invoice-Kafka-Process-Example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NPDeehan%2FInvoice-Kafka-Process-Example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NPDeehan%2FInvoice-Kafka-Process-Example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NPDeehan%2FInvoice-Kafka-Process-Example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NPDeehan%2FInvoice-Kafka-Process-Example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NPDeehan","download_url":"https://codeload.github.com/NPDeehan/Invoice-Kafka-Process-Example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NPDeehan%2FInvoice-Kafka-Process-Example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29319689,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-10T20:44:44.282Z","status":"ssl_error","status_checked_at":"2026-02-10T20:44:43.393Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-23T01:33:39.407Z","updated_at":"2026-02-10T22:33:23.163Z","avatar_url":"https://github.com/NPDeehan.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Invoice Kafka Process Example\n\nThis is a simple enough example project for Camunda 8 which shows how you can process an invoice between end users and then at the end send and receive Kafka messages.\n\n![processImage](./img/invoiceProcess.png)\n\n## Credentials and Account Creation\n\nYou’ll need a Kafka instance running. (the easiest place to do that is [confluent.cloud](https://confluent.cloud/)). You’ll need a Camunda 8 Cluster (the easiest place to do that is [Camunda SaaS](https://signup.camunda.com/accounts)). Then the fun can start.\n\nConnecting the two systems requires authentication, and from your Kafka instance you’ll need the following:\n\n- **Username** - You’ll get this from creating an API Key for your Kafka instance\n- **Password** - Same as the username, it’s part of the API Key creation\n- **Bootstrap** **Server** - After you create a Kafka cluster you’ll find this in the cluster settings.\n\n🔐 It’s important to know that it’s best practice not to simply copy and paste this sensitive information directly into the model but rather to [create a secret](https://docs.camunda.io/docs/components/console/manage-clusters/manage-secrets/) for each of these in your Camunda cluster. Then you can reference it by typing `{{secrets.yourSecretHere}}` followed by the name of the key you want to access.\n\nFor this example to work you'll need to create secrets with the following names:\n\n- KafkaUsername\n- KafkaPassword\n- KafkaBootstrapServer\n\nNow you’re ready to upload and deploy the process.\n\n## Deploy and Start\n\nOnce you have both accounts, it's pretty easy to get started. Upload the BPMN model and the Forms from their respective folders and add them to your Camunda 8 account. From the modeler you can deploy the process to a cluster.\n\nYou can start the process from the Modeler or from Tasklist.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnpdeehan%2Finvoice-kafka-process-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnpdeehan%2Finvoice-kafka-process-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnpdeehan%2Finvoice-kafka-process-example/lists"}