Giter Club home page Giter Club logo

zbcat's Introduction

zbcat: Command line viewer for Zeebe events

Compatible with: Camunda Platform 8

Displays Zeebe events from Kafka or Hazelcast export which can be produced with zeebe-kafka-exporter or zeebe-hazelcast-exporter.

Currently only the JSON serialization format is supported!

You can use the Docker Images from Zeebe with exporters to kickstart a Zeebe instance with a configured Kafka or Hazelcast exporter.

Usage

Usage

Installation

Using npx

npx @hauptmedia/zbcat

Install globally

npm install -g @hauptmedia/zbcat

Synopsis

Usage: zbcat [options]

Command line viewer for events produced by the Zeebe Workflow Automation Engine

Options:
  --fields <fields>                                        comma seperated list of fields from the record value which should be included (default:
                                                           "bpmnElementType,elementId,correlationKey,variables,decisionId,errorType,errorMessage")
  --sample-rate <sample_rate>                              sample rate in ms (default: "2000")
  --from-beginning                                         reprocess all available events from the beginning (default: false)
  --kafka                                                  use kafka (default: true)
  --kafka-brokers <broker_list>                            comma seperated list of kafka brokers (default: "localhost:9092")
  --kafka-client-id <kafka_client_id>                      kafka client id (default: "zbcat")
  --kafka-group-id <kafka_group_id>                        kafka group id, will randomly generated if not specified (default: "8ca558a6-4765-4137-90d9-f622f7171a45")
  --kafka-topics <kafka_topics>                            comma seperated list of kafka topics to subscribe to (default: "zeebe")
  --hazelcast                                              use hazelcast (default: false)
  --hazelcast-ringbuffer-name <hazelcast_ringbuffer_name>  name of ringbuffer used in hazelcast (default: "zeebe")
  --hazelcast-cluster-name <hazelcast_cluster_name>        name of cluster used in hazelcast (default: "dev")
  --hazelcast-cluster-members <hazelcast_cluster_members>  comma seperated list of hazelcast cluster members (default: "localhost:5701")
  -h, --help                                               display help for command

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.