Roman Smirnov
Roman Smirnov
It ranges about 90% of vanilla Go throughput on my notebook.
Здравствуйте! Вы не думали задействовать https://www.gitbook.com/, чтобы сделать книгу доступной на читалках?
Consumer options are set directly in config inside `config :kaffe, consumer: opts` How about moving these options to supervisor options to enable opportunity to run several separate consumers for different...
I've benchmarked this project versus Shopify/liquid on Ruby 2.5 And got very strange results: **Ruby** ```ruby tpl = Liquid::Template.parse(template) ctx = Liquid::Context.new ctx["order"] = order Benchmark.ips do |x| x.report("parse &...
Closes #130 & #14 Configuration format now looks like: ``` config :kaffe, consumers: %{ "subscriber_1" => [ endpoints: [kafka: 9092], topics: ["interesting-topic"], consumer_group: "your-app-consumer-group", message_handler: MessageHandler, offset_reset_policy: :reset_to_latest, max_bytes: 100_000,...
Package#shipping_methods https://github.com/spree/spree/blob/3-0-stable/core/app/models/spree/stock/package.rb#L68 is based on parts shipping categories, but store owner can set separate shipping category for assembly itself. I propose to override https://github.com/spree/spree/blob/3-0-stable/core/app/models/spree/stock/package.rb#L64..L66 with: ``` ruby module Spree module...
I faced a memory leak in OT spans batch processing. There were a network connectivity issue at the production server, when Grafana Tempo was unavailable for about a minute or...