Gabriel Giussi
Gabriel Giussi
**Describe the bug** A ClassNotFoundException is thrown trying to build the `OtlpGrpcMetricExporter` in clojure. ``` #error{:cause "io.grpc.ManagedChannel", :via [{:type clojure.lang.Compiler$CompilerException, :message "Syntax error compiling . at (/poc/src/nu/stem/glue/metrics.clj:66:68).", :data #:clojure.error{:phase :compile-syntax-check,...
**Is your feature request related to a problem? Please describe.** I want to perform load balancing based on the request to g et affinity with servers that have a hot...
Currently when the BrokerPollSystem considers there is [too much work pending](https://github.com/confluentinc/parallel-consumer/blob/754e29f0aece070ef86814b53e1613d888d45905/parallel-consumer-core/src/main/java/io/confluent/parallelconsumer/state/WorkManager.java#L215) already [it pauses](https://github.com/confluentinc/parallel-consumer/blob/754e29f0aece070ef86814b53e1613d888d45905/parallel-consumer-core/src/main/java/io/confluent/parallelconsumer/internal/BrokerPollSystem.java#L273) all the partitions assigned. I think we could improve parallelization by applying backpressure per partition instead,...
I guess we need to leave the highest 48 bits unchanged and generate the remaining 80 bits based on the input ULID. What would be a good way to do...
Right now, at least with version v1, the result of each test received by the post-summary hook contains the following keys ```clojure (:kaocha.result/error :kaocha.result/pending :kaocha.result/pass :kaocha.var/test :kaocha.plugin.randomize/sort-key :kaocha.testable/events :kaocha.plugin.capture-output/output :kaocha.testable/meta...