# GP_M **Repository Path**: nogeek-cn/GP_M ## Basic Information - **Project Name**: GP_M - **Description**: No description available - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 多线程 ##### multiple-thread : 多线程的基础 ##### multiple-thread2 : 并发编程的原理2 ##### multiple-thread3 : 并发编程的原理3 ##### multiple-thread4 : 并发编程的原理4 ##### multiple-thread5: 并发的框架 ##### thread-2018 多线程 ### Kafka ##### Java-Kafka: - kafka 的 apache 的API ##### Kafka-spring-boot-demo - Kafka 整合 Spring boot 实现不同的 topic 不同的订阅 ```http localhost:8080/message/send/{topic}?message=2222 localhost:8080/message/send/test?message=2222 localhost:8080/message/send/darian?message=2222 ```