Jan Wiemers

Results 15 comments of Jan Wiemers

We do have the same issue using AWS MSK with apache Kafka 2.4.1.1. I'll add more debugging tomorrow and will post the logs here. overall this seem to be very...

good morning, those are the logs I see a lot ``` {"level":"DEBUG","timestamp":"2020-11-12T07:12:31.937Z","logger":"kafkajs","message":"[Connection] Request Heartbeat(key: 12, version: 1)","broker":"b-1.my-address.c2.kafka.us-east-1.amazonaws.com:9092","clientId":"my-client","correlationId":11,"expectResponse":true,"size":161} {"level":"ERROR","timestamp":"2020-11-12T07:12:31.938Z","logger":"kafkajs","message":"[Connection] Response Heartbeat(key: 12, version: 1)","broker":"b-1.my-address.c2.kafka.us-east-1.amazonaws.com:9092","clientId":"my-client","error":"The group is rebalancing, so a rejoin is...

Ok I found the issue. The disconnect is unrelated to KafkaJS. my consumers have a long running task that they execute on each message. It appears that in some rare...

I do experience the same. I was able to locate the issue the marked lines https://github.com/mauricius/vue-draggable-resizable/blob/master/src/index.js#L15-L23 The problem comes in if the page around this extension has a `Vue` defined...

following up on this thread. I'm currently experience the same isdue in combination with the `audited` gem. I've found a similar issue with them but am currently kind a stuck....

I've found out that if I comment out this line: https://github.com/collectiveidea/audited/blob/master/lib/audited/sweeper.rb#L47 it works like a charm. I'll file a Issue for `audited` as well.

Hi sure, yes here is the output ``` Deploying to production TARGET=production bundle exec middleman build identical build/stylesheets/main-6890e269.css identical build/images/nielsen_logo_small-eb348db9.png identical build/images/nielsen_woman_1-23c5ce5f.png identical build/images/device_tablet-3535ea4a.png identical build/images/device_desktop-8e6d7f4a.png identical build/images/device_mobile-be95a2bd.png identical build/images/favicon.ico...

here is the output ``` == Activating: file_watcher == Activating: front_matter == Activating: data == Activating: inline_url_rewriter == Activating: sitemap_ondisk == Activating: sitemap_import == Activating: sitemap_endpoint == Activating: sitemap_proxies ==...

Hey Fred, just got rid of this issue, but w/o finding the root cause :( I updated from ruby-2.2.2 to ruby 2.3.1 after that everything works quite fine. Maybe there...