-
When class from library is opened there is no breadcrumbs available.
Steps to reproduce:
1. clone repo https://github.com/spring-projects/spring-kafka, (you can use any repo)
2. Try to open **App…
-
had in issue with the bean running in test one, did some searching and found out that this specific error can be fixed by just adding
`general:
kafka-topic: transaction-topic`
in the applicatio…
-
After upgrading to spring boot 3.3.0, if my Kafka brokers are misconfigured (testing), I'm getting an exception in cloud stream on requests to my /actuator/health endpoint:
```
jakarta.servlet.Ser…
-
## 이슈 설명
현재 `KafkaMessageListener` 파일에서 Consumer가 받아온 메세지를 로그 파일에 저장하도록 하는 기능을 구현중입니다.
파일 경로는 다음과 같습니다.
`src/main/java/com/websocket/listener/KafkaMessageListener.java`
- [ ] 로그 파일이 저장될 디렉토리 생…
-
Hello, We are struggling with an CPU increasing issue after applying Pinpoint java agent(v2.5.2). Comparing before and after applying agent, over 5% of CPU increase was observed in multiple tests. So …
-
-
### Issue submitter TODO list
- [X] I've looked up my issue in [FAQ](https://docs.kafka-ui.provectus.io/faq/common-problems)
- [X] I've searched for an already existing issues [here](https://github.c…
-
**Current Behavior**
When using a batch listener the `BatchMessagingMessageConverter` will put any `ConversionException`s into the `CONVERSION_FAILURES` header and provide a `null` payload for this…
-
```
canal.properties配置:
#################################################
######### common argument #############
#################################################
# tcp bind ip
canal.ip =
#…
-
# Create openssl certificate for localhost
//Generate CA's private key
openssl genrsa -des3 -out ca.key.pem 2048
//create CA's self-signed certificate
openssl req -x509 -new -nodes -key ca.ke…