bentcoder

Results 13 issues of bentcoder

##### Description Hi, Using pool of producers like shown in [this example](https://github.com/IBM/sarama/blob/main/examples/txn_producer/main.go) time to time cause `kafka server: The producer attempted to update a transaction while another concurrent operation on...

stale

Hi, Does this library extract and output the numeric bit for the given string representation? See dummy examples below. Thanks ```bash out := some.Function("HK$2,990.12") out.Symbol() -> "HK$" out.Digit() -> "2,999"...

Hi, Both `Query` calls in the function gets flagged. I cannot close the rows in this function because I am reading and closing it in actual caller function instead. Is...