message queue support none, Kafka ,RocketMQ

none, Kafka ,RocketMQ
This commit is contained in:
MaxKey
2022-02-23 14:54:14 +08:00
parent c9317e4a91
commit 090f4c9cc0
18 changed files with 1121 additions and 962 deletions

View File

@@ -41,8 +41,8 @@ maxkey.server.mgt.uri =${maxkey.server.name}:9527/maxk
maxkey.server.authz.uri =${maxkey.server.name}${server.servlet.context-path}
#InMemory 0 , Redis 2
maxkey.server.persistence =${SERVER_PERSISTENCE:0}
#identity
maxkey.server.kafka.support =${SERVER_KAFKA_SUPPORT:false}
#identity none, Kafka ,RocketMQ
maxkey.server.message.queue =${SERVER_MESSAGE_QUEUE:none}
#issuer name
maxkey.app.issuer =CN=ConSec,CN=COM,CN=SH
@@ -177,7 +177,12 @@ spring.kafka.producer.key-serializer =org.apache.kafka.common.seriali
spring.kafka.producer.value-serializer =org.apache.kafka.common.serialization.StringSerializer
# partitioner
#spring.kafka.producer.properties.partitioner.class=com.felix.kafka.producer.CustomizePartitioner
############################################################################
#RocketMQ for connectors configuration #
############################################################################
rocketmq.name-server=${ROCKETMQ_SERVERS:localhost:9876}
rocketmq.producer.enable=true
rocketmq.producer.group=maxkey_identity
############################################################################
#Time-based One-Time Password configuration #
############################################################################