Skip to content
View bb01100100's full-sized avatar
Block or Report

Block or report bb01100100

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. kafka-offsets-migrator kafka-offsets-migrator Public

    Python 3 script to migrate consumer group offsets from one cluster to another

    Python 5 1

  2. ksql-jq-udf ksql-jq-udf Public

    A simple user defined function (UDF) that wraps Jq, allowing a column containing JSON data to be filtered and transformed

    Java

  3. thanks-github thanks-github Public

    Script to split a GitHub Pull Request Review into n smaller reviews to avoid the GitHub unicorn page

    Shell

  4. unix-configs unix-configs Public

    configuration files for various unix tools

    Emacs Lisp

  5. Count Kafka topic messages using uni... Count Kafka topic messages using unix cli tools
    1
    #!/usr/bin/env bash
    2
    
                  
    3
    # Author: Kel Graham
    4
    # Date:   2019-12-04
    5
    # Purpose: Let's use Kafka CLI tools to get topic counts.