Zane XiaoYe

Results 16 comments of Zane XiaoYe

I built the Windows fork on my local, and it doesn't work: > hdevtools: connect: failed (Connection refused (WSAECONNREFUSED)) Does the vim-hdevtools still work for Windows? How can I start...

@mvoidex Thanks for the quick reply, I use it with the vim-hdevtools plugin, I think it will start the server when I open a Haskell file, should I start the...

@mvoidex when you integrate with sublime, how do you start the server?

@marcingrzejszczak this is for a message contract. Can I make content type to be application/json inside a outputMessage?

I just tried, makes no difference ```json outputMessage { ... headers { contentType(applicationJson()) } } ``` still generates ```java assertThatJson(parsedJson).field("['payload']").field("['propsA']").isEqualTo("valueA"); assertThatJson(parsedJson).field("['payload']").field("['propsB']").isEqualTo("valueB"); ```

Hi @marcingrzejszczak , has this been fixed? This blocks me in a test case.

Hi @garyrussell can we prioritize this?

@garyrussell Yeah, I tried it the solution in stackoverflow. The process and commit happens in the `doOnNext` operator. In my case, I want the poll and process happens in the...

I think we need a solution without depending on spring-kafka's `MicrometerConsumerListener`.

@garyrussell `MicrometerConsumerListener ` is from spring-kafka right? What if I only have `reactor-kafka` in my project? what is the direction of `reactor-kafka`? is it going to be part of `spring-kafka`?...