Merge pull request #233 from lishiyu/develop

【delete】无用代码
pull/234/head
龙台 Long Tai 2 years ago committed by GitHub
commit 2364ac8ed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -63,7 +63,6 @@ public class SpringCloudStreamRocketMQThreadPoolAdapter implements ThreadPoolAda
ThreadPoolAdapterState result = new ThreadPoolAdapterState();
ThreadPoolExecutor rocketMQConsumeExecutor = ROCKET_MQ_SPRING_CLOUD_STREAM_CONSUME_EXECUTOR.get(identify);
if (rocketMQConsumeExecutor != null) {
result.setThreadPoolKey(mark());
result.setThreadPoolKey(identify);
result.setCoreSize(rocketMQConsumeExecutor.getCorePoolSize());
result.setMaximumSize(rocketMQConsumeExecutor.getMaximumPoolSize());

Loading…
Cancel
Save