Sergei Egorov

Results 47 issues of Sergei Egorov

Hi! Similar to other dependency repositories, haxelib server should provide ability to get only haxelib.json file for concrete project instead of downloading full zip file. This would be very handful...

enhancement
client
server

area/java-agent
area/spi
area/performance

Since the underlying official Kafka client is blocking, we should ensure that we do not block when it is not allowed. I've made some initial progress in #75 but it...

type/chore

In Kafka, the offsets are stored for a limited period of time (24h by default), and if the consumer did not commit them during that period, they get wiped. There...

type/bug

**What is missing?** `storageClassName` is mandatory, while it could fallback to the current default class (annotated with `storageclass.beta.kubernetes.io/is-default-class: "true"`) for systems that are not performance critical **Why do we need...

enhancement
zh:Product-Backlog

Would be nice to allow collections (aka GraphQLList) to be observable. Right now it can be observable but the resulting item must be iterable. Instead we could allow "pushing" new...

Hi! We define our Spring MVC APIs with `@RequestParam Optional something`. It looks like Feign doesn't handle it well and uses "toString()" version so that Spring fails to convert String...

waiting for votes
proposal
feign-12

This PR (based off #3987) proposes a potential implementation for Client Channels that allow server call services on connected clients. The current implementation uses a bi-directional call as a transport...

Hi! First of all, thanks for the plugin :) I see that if I use tables, then they are not reported in Gradle's log: https://travis-ci.org/bsideup/gradle-maven-sync-plugin/builds/192372054 Is it possible to print...

enhancement