Skip to content
View yee-o's full-sized avatar
:dependabot:
building agents
:dependabot:
building agents

Block or report yee-o

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
yee-o/README.md

████████▒▒

Raichu Dragonite Gengar Mew

split

github

connecting to something bigger than yourself

github

Pinned Loading

  1. kafka consume and exit
    1
    import { Consumer, Kafka, KafkaMessage } from 'kafkajs'
    2
    
                  
    3
    type OffsetRecord = { topic: string; partition: number; offset: string }
    4
    
                  
    5
    const convertOffsets = (offsets: Map<string, bigint>): OffsetRecord[] => {