chengB12

Results 4 issues of chengB12

**Is your feature request related to a problem? Please describe.** When in this scenario: Broker has a topic with 2 partitions, we have two application instances which has same group...

This is doc about typescript 4.4 breaking change: https://devblogs.microsoft.com/typescript/announcing-typescript-4-4/#more-compliant-indirect-calls-for-imported-functions for this code ``` import { timeouts} from 'retry' console.log(timeouts({ retries: 5, })) ``` typescript will compile it to ``` "use...

When creating custom reporter, and to utilize reporters.Base functions, it is best to extends reporter.Base function. However, mocha doesn't provide type-safe (for typescript) way to overload consoleLog function, since many...

type: feature
status: blocked

**Describe the bug** I have 2 load-balancing instances which consuming a kafka topic with 2 partitions when both started about same time, one pod reported getting partition 1 and then...