-
netty server 如何主动向client 主动发送数据
guoeq updated
5 years ago
-
While there is support for gRPC in Vert.x , RSocket is an interesting and fast way to communicate between reactive microservices. I am hoping Vert.x would consider adding support for RSocket as well.
…
-
Resilience4j version: 1.7.1
resilience4j-spring-boot2 version: 17.1
Java version: 11
```
/home/test/.jdks/openjdk-16.0.1/bin/java -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:40525,sus…
-
Consider simple example:
```java
@ConfigurationProperties("some.prefix")
@ConstructorBinding
class Props {
final List strings;
public Props(List strings) {
this.strings = strings;
…
-
Vulnerable Library - kafka-clients-2.8.0.jar
Library home page: https://kafka.apache.org
Path to dependency file: /spring-boot-project/spring-boot-docs/build.gradle
Path to vulnerable library: /le/…
-
**In what version(s) of Spring for Apache Kafka are you seeing this issue?**
3.3.0
**Describe the bug**
I configured my application to load beans based on properties in this way:
```
@B…
-
# related:
- [x] xxx
- [x] xxx
-
`@EnableAutoConfiguration` 是一个加载 Starter 目录包之外的需要 Spring 自动生成 bean 对象(是否需要的依据是 `META-INF/spring.factories` 中 `org.springframework.boot.autoconfigure.EnableAutoConfiguration` 后面是有能找到那个 bean)的带有`@Config…
-
## Background
We are using service bus binder which pushes message to Azure service bus topics. The app is running in a K8s environment.
spring-cloud-azure-stream-binder-servicebus - 4.4.1
Sprin…
-
# todoList
## Redis
- [x] 1.*底层数据结构,跳表等实现
- [x] 2.有哪些基本类型,使用场景是啥
- [x] 3.*Redis分布式锁
- [x] 4.Redis主从复制、持久化RDB、AOF
- [x] 5.线程模型
- [x] 6.集群、Sentinel
- [x] 7*缓存雪崩、缓存穿透、缓存击穿
## MySQL
- [ ] …