Skip to content
View trofimovep's full-sized avatar
💭
doogood
💭
doogood

Block or report trofimovep

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. BibTex2Word BibTex2Word Public

    Kotlin 1 1

  2. nio-gc-free nio-gc-free Public

    The simple ping-pong app (throw nio) with no garbage collection.

    Java

  3. MethodTime MethodTime Public

    Java

  4. Check-the-Bryne-theorem Check-the-Bryne-theorem Public

    MATLAB

  5. How to Reset Kafka Consumer Group Of... How to Reset Kafka Consumer Group Offset
    1
    Kafka 0.11.0.0 (Confluent 3.3.0) added support to manipulate offsets for a consumer group via cli `kafka-consumer-groups` command.
    2
    
                  
    3
    1. List the topics to which the group is subscribed
    4
    ```bash
    5
    kafka-consumer-groups --bootstrap-server <kafkahost:port> --group <group_id> --describe
  6. Heroku deploy container Heroku deploy container
    1
    npm install -g heroku
    2
    heroku login
    3
    
                  
    4
    heroku create your-app-name
    5
    heroku stack:set container