mirror of
https://gitee.com/dromara/MaxKey.git
synced 2026-05-15 04:52:09 +08:00
message queue support none, Kafka ,RocketMQ
none, Kafka ,RocketMQ
This commit is contained in:
@@ -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 #
|
||||
############################################################################
|
||||
|
||||
Reference in New Issue
Block a user