abhipranay

Results 5 comments of abhipranay

@kiranupadhyak Can you share more details about your use case, eg: why you want to use ant for db inserts ? In ant order of function invocation by worker is...

@lmb I would like to work on this improvement. I also feel `testutils.CheckFeatureTest` is better place to make this change. How about keeping `EBPF_TEST_IGNORE_KERNEL_VERSION` as list of feature names (...

@gopherhiro Can you confirm whether you set `config.Producer.Partitioner = NewManualPartitioner` when creating producer ? Setting this partitioner will use the value from `msg.Partition` to decide partition for produced message.

> > @gopherhiro您能否确认`config.Producer.Partitioner = NewManualPartitioner`在创建生产者时是否设置了? 设置此分区器将使用的值来`msg.Partition`决定生产消息的分区。 > > What if I want to make partitions at runtime instead of specifying them at initialization time? SendMessage function or ProducerMessage strcut, Can...

Using JSON::MaybeXS will again make things little inflexible for purpose of this module as definition of 'best' json module will be JSON::MaybeXS decison. Better to keep this decision making under...