Jack Faulkner

Results 3 comments of Jack Faulkner

Duplicate of https://github.com/c3js/c3/issues/1076 https://github.com/c3js/c3/issues/842 We worked around the issue by clearing the `max-height` style after calling `resize` in our own DOM element resized event handler: ``` handleElementResize () { chart.resize();...

This is tangentially related to https://github.com/Farfetch/kafkaflow/issues/456 - I believe the `cooperative-sticky` protocol will cause `OnPartitionAssigned` / `OnPartitionRevoked` to be called multiple times in a row, causing the worker pool to...

No, this bug happens regardless of the Kafka partition rebalancing protocol used. I was just mentioning that the `cooperative-sticky` protocol (not currently supported by KafkaFlow) would make this much worse....