Dave Syer

Results 113 issues of Dave Syer

Is there a way to wait for RSocket requests to finish before cutting them off at the knees? > Oleh Dokuka < 1 minute ago We need to add that....

enhancement

Spring might be able to improve here, but as things stand AspectJ LTW is much faster on startup (at runtime there isn't much difference, but it might be measurable). We...

backlog
icebox

I left it over night. Killed it. Started again. Still the same. [threads.txt](https://github.com/spring-projects/sts4/files/2486404/threads.txt)

status: assigned
type: bug
status: needs-investigation
theme: internal-architecture

If you use Spring Cloud Function 3.1.3 then Kafka should work with Spring Cloud Streams out of the box already. This sample adds support for vanilla Spring Kafka with `@KafkaListener`...

If you have only output it uses the messaging abstraction to create a message and send it where you defined it. If you have input, output Spring creates a fake...

help wanted
documentation
good first issue
status: reserved-for-conference-event

Is this a typo (or just a confusing ordering, appearing just below the creation of the "entities" table, but adding an index to a different table)? ``` CREATE INDEX entities_idx...

If you run the [matchday sample](https://github.com/danielfernandez/reactive-matchday) with [blockhound](https://github.com/reactor/BlockHound) it shows that there is a blocking call in the SSE stream: ``` 2019-03-10 07:25:50.079 ERROR 27230 --- [or-http-epoll-4] a.w.r.e.AbstractErrorWebExceptionHandler : [89421677]...

status:underevaluation

The build tools create a nice debugger cache of all the sources from dependencies in the native image (that's how you can debug that code visually), but they don't copy...

This nice little service http://javadoc.io/ could be used to render our javadocs, but there are multiple jars per project. So there are 2 choices: 1. Make a new page in...

task

Spring Cloud Stream 1.1 (Brooklyn) doesn't require the kafka broker on the classpath if you aren't using partitions. We could exclude it and save 10MB (approximately) from every client jar...

enhancement