lin1005q

Results 5 issues of lin1005q

## Description [Description of the feature] jekyll too slow when post size >100 if create branch base on hugo,i think well

**What is missing?** Prometheus ScrapeConfig support Params, but ProbeSpec only support module param. ```go // ScrapeConfig configures a scraping unit for Prometheus. type ScrapeConfig struct { // The job name...

help wanted
kind/feature

如上图,目前seata和业务都是虚拟机部署,且业务服务使用seata是直接虚拟机ip:port的方式。云化后,再部署一套seata容器化节点。集群内的业务使用集群内的seata节点(通过nacos高可用的方式),集群外的不变。想确认一下: 1. 这种渐进式方案是否可行?通过使用同一套数据库做无状态使用是否有问题? 2. 还未结束的事务,业务迁移到集群内还能继续么?

**Describe the bug** The readiness API returns inconsistent results across multiple versions ```shell nacosv2-0:/home/nacos# curl 127.0.0.1:8848/nacos/v2/console/health/readiness -v * Trying 127.0.0.1:8848... * Connected to 127.0.0.1 (127.0.0.1) port 8848 * using HTTP/1.x...

kind/research

## Issue Description Type: *bug report* ### Describe what happened 1.8.8 版本中将资源名前添加http方法的逻辑,拆分到SentinelWebPrefixInterceptor类中。但未添加可替换的注解,导致在不开启`allow-bean-definition-overriding`的情况下,无法替换为`SentinelWebPrefixInterceptor` ```java @Bean @ConditionalOnProperty(name = "spring.cloud.sentinel.filter.enabled", matchIfMissing = true) public SentinelWebMvcConfigurer sentinelWebMvcConfigurer() { return new SentinelWebMvcConfigurer(); } ``` ###...