Shubhang Balkundi

Results 9 issues of Shubhang Balkundi

When I consume log events using the `"go.logs.channel.enable": true`. There are logs which are of certain tags which do not show up in my logs. Example Client version: `v1.8.2` ```golang...

bug

The following code indefinitely hangs when I press CTRL+C. Also won’t this cause the consumer to get kicked out? As the interval between poll calls will be more than max.poll.interval.ms...

enhancement

Will calling the `conusmer.Close` method commit the stored offsets before closing the consumer ? I am using the `consumer.StoreOffsets` to manually store offsets, but I have enabled the auto commit...

enhancement

Description =========== Whenever the Client received an ErrAllBrokers it does not re-connect back to the broker once the broker is available. Hearbeats are sent as usual How to reproduce ================...

wait info

Getting a weird module not found error, but if I remove this line, the app compiles and works fine ``` app.use(webpackHotServerMiddleware(compiler)); ``` ``` import html from "./htmlExtractor"; import React from...

I’m using the draggable flatlist and whenever the data array passed to it changes frequently it causes a maximum update depth error and the whole app becomes non responsive.

We are constantly getting this error `"com.rabbitmq.client.AlreadyClosedException: connection is already closed due to connection error; protocol method: #method(reply-code=504, reply-text=CHANNEL_ERROR - second 'channel.open' seen, class-id=20, method-id=10)"` with langohr `5.2.0`. We are...

Description =========== When the `auto.offset.reset` is set to `latest` and the `enable.auto.offset.store` is set to `false`, the reset offset should be committed to the broker in-order to report the correct...

When filing a bug, please include the following headings if possible. Any example text in this template can be deleted. #### Overview of the Issue The build variable `Password` returns...

bug