XP

Results 3 issues of XP

I follew these steps: 1. `sudo docker pull container-registry.oracle.com/database/free:latest` 2. ``` sudo docker run -d \ -p 1521:1521 \ -p 5500:5500 \ -e ORACLE_PWD=123456 \ --name oracle-free \ container-registry.oracle.com/database/free:latest ```...

bug
database

Iunconvertible types; cannot cast 'org.springframework.cloud.stream.binder.Binder

waiting-on-feedback

When using Spring Cloud Stream, if I bind multiple topics to a consumer group, the issue of frequent rebalancing often occurs. I need to use group.instance.id and group.initial.rebalance.delay.ms. Where should...