Junwei Lian

Results 22 comments of Junwei Lian

> Conductor in its current form is not built with real-time scenarios. However, in this case, i would check your connectivity from Conductor -> Postgres and see if there are...

@aravindanr yes. After the cluster mode (3 nodes) is deployed, this problem does not occur. Only when the qps is high (qps=50), the CPU utilization rate is high.

The following is my configuration: `spring.application.name=conductor springdoc.api-docs.path=/api-docs conductor.db.type=redis_standalone conductor.redis.hosts=10.00.00.00:3380:us-east-1c:666666 conductor.redis.dataCenterRegion=us-east-1 conductor.redis.availabilityZone=us-east-1c conductor.redis.maxConnectionsPerHost=1000 conductor.redis.taskDefCacheRefreshInterval = 1 #conductor.redis.eventExecutionPersistenceTTL conductor.redis.workflowNamespacePrefix=conductor-stable conductor.redis.queueNamespacePrefix=conductor-queue-stable conductor.redis.queuesNonQuorumPort=22122 queues.dynomite.threads=20 conductor.indexing.enabled=true conductor.elasticsearch.url=10.00.00.00:9260 conductor.elasticsearch.indexName=conductor-stable conductor.elasticsearch.version=7 conductor.elasticsearch.asyncWorkerQueueSize=100 conductor.elasticsearch.asyncMaxPoolSize=12 conductor.elasticsearch.asyncBufferFlushTimeout=10 conductor.elasticsearch.username=es conductor.elasticsearch.password=tsp1024 conductor.default-event-queue.type=conductor...

hi, @dragon-zhang ISSUE https://github.com/apache/shenyu/issues/4923 , I have a suggestion to adjust the execution order of the plugins. This(#4907) change will increase the priority of the rewrite plugin, which may cause...

> There are currently no plans.

Is it because the prefix is added with "/"? Because the apidoc generated by Shenyu annotation also uses contextpath as appname (i.e. the tagName field of the tag table). If...

> @lianjunwei I am willing to complete the remaining tasks : add `appName` field in tag object. So can you show me detail plans? @GOODBOY008 GOODBOY008Hi, The soonest, I will...

In fact, at present, the apidoc function cannot get the appName, so the contextpath is temporarily used as the appName, and this function may be added later. In addition, the...

Currently, the apidoc generated by Shenyu client annotations also uses contextpath as appname (that is, the tagName field of the tag table). In fact, at present, the apidoc function cannot...