Insert the following dependency into the program's pom.xml file.
<dependency>
<groupId>com.xiaomi.infra.galaxy</groupId>
<artifactId>galaxy-talos-sdk</artifactId>
<version>2.1.6</version>
</dependency>
After inserting the SDK dependency, you can consult Demo and see how to use Producer and Consumer.
Demo address: https://github.com/XiaoMi/galaxy-sdk-java/tree/master/galaxy-talos-client/galaxy-talos-example
Once you understand the basic concepts and operations of Talos, use SDK Quick Start to develop your own applications.