-
Creating a simple producer application like this:
```java
@SpringBootApplication
@EnableBinding(KafkaStreamProducerTestApplication.TestBinding.class)
public class KafkaStreamProducerTestApplicat…
-
I am following the instructions under _"Building reference documentation"_ in the README of the "Master" branch at:
https://github.com/spring-projects/spring-boot
Having cloned the source repository,…
-
-
**[Arnaud Cogoluègnes](https://jira.spring.io/secure/ViewProfile.jspa?name=acogoluegnes@gmail.com)** opened **[SPR-15972](https://jira.spring.io/browse/SPR-15972?redirect=false)** and commented
I'm g…
-
### Expected behavior
redisson toptic.addListener;Subscribers can receive each piece of data in succession;
### Actual behavior
Subscribers can only receive a few pieces of data and stop output…
-
i upgrade spring-boot-starter-parent 2.1.0.RELEASE to 2.1.2.RELEASE application can't start
```log
java.lang.IllegalAccessError: class org.springframework.amqp.rabbit.listener.$Proxy224 cannot acc…
-
Hi,
when I try to start the kafka-streams-confluent-consumer app I get the following exception. I experienced this behavior in an app I created. With the sample I wanted to verify if the error is w…
-
It would appear that some of the artifacts that are specified in the maven BOM are not replicated out to jcenter/maven/etc. I copied all the BOM deps to a POM file, removed their version, and include…
-
Micronaut should natively support creating Kafka or RabbitMQ message/stream driven Microservices
-
Hi!
I am using Spring cloud Finchley.RELEASE and spring boot 2.0.4.RELEASE. I have just upgraded from Edgware and Spring boot 1.5.9.RELEASE. I was using rabbit binder, and the new one seems not worki…