积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(162)Java(162)Spring(127)ActiveMQ(34)

语言

全部英语(161)中文(简体)(1)

格式

全部PDF文档 PDF(143)其他文档 其他(19)
 
本次搜索耗时 0.139 秒,为您找到相关结果约 162 个.
  • 全部
  • 后端开发
  • Java
  • Spring
  • ActiveMQ
  • 全部
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Nacos架构&原理

    117 Nacos 性能报告 122 Nacos Naming 大规模测试报告 122 Nacos ⽣态 130 Nacos Spring 生态 130 Nacos Docker & Kubernetes 生态 137 Nacos 服务网格生态 148 Nacos Golang 生态 163 Nacos C# 生态 169 Nacos-Sync 简介 175 Nacos 最佳实践 179 是在过滤后的服务提供者实例里,实施负载均衡策略。Ribbon 内置的几种负载均衡策略功能还是比 较强大的,同时又因为允许用户去扩展,这可以说是⼀种比较好的设计。 基于标签的负载均衡策略可以做到非常灵活,Kubernetes 和 Fabio 都已经将标签运用到了对资源 的过滤中,使用标签几乎可以实现任意比例和权重的服务流量调配。但是标签本身需要单独的存储 以及读写功能,不管是放在注册中心本身或者对接第三方的 的全量数据。Nacos-Sync 是 Nacos 生态组件里的重要⼀环,不仅会承担 Nacos 集群与 Nacos 集群之间的数据同步,也会承担 Nacos 集群与 Eureka、Zookeeper、Kubernetes 及 Consul 之 间的数据同步。 Nacos 架构 < 78 图 9 Nacos 的多数据中心方案 用户扩展性 在框架的设计中,扩展性是⼀个重要的设计原则。Spring、Dubbo、Ribbon
    0 码力 | 326 页 | 12.83 MB | 9 月前
    3
  • pdf文档 Apache ActiveMQ Artemis 2.30.0 User Manual

    rest of this document will focus on this. Dashboard Here you can create and save graphs and tables of metrics available via JMX, a default jvm health dashboard is provided. JMX This exposes the raw CLASSPATH. KubernetesLoginModule The Kubernetes login module enables you to perform authentication and authorization by validating the Bearer token against the Kubernetes API. The authentication is done done by submitting a TokenReview request that the Kubernetes cluster validates. The response will tell whether the user is authenticated and the associated username and roles. It is implemented by org
    0 码力 | 500 页 | 6.37 MB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 2.28.0 User Manual

    rest of this document will focus on this. Dashboard Here you can create and save graphs and tables of metrics available via JMX, a default jvm health dashboard is provided. JMX This exposes the raw CLASSPATH. KubernetesLoginModule The Kubernetes login module enables you to perform authentication and authorization by validating the Bearer token against the Kubernetes API. The authentication is done done by submitting a TokenReview request that the Kubernetes cluster validates. The response will tell whether the user is authenticated and the associated username. It is implemented by org.apache
    0 码力 | 494 页 | 6.33 MB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 2.29.0 User Manual

    rest of this document will focus on this. Dashboard Here you can create and save graphs and tables of metrics available via JMX, a default jvm health dashboard is provided. JMX This exposes the raw CLASSPATH. KubernetesLoginModule The Kubernetes login module enables you to perform authentication and authorization by validating the Bearer token against the Kubernetes API. The authentication is done done by submitting a TokenReview request that the Kubernetes cluster validates. The response will tell whether the user is authenticated and the associated username and roles. It is implemented by org
    0 码力 | 499 页 | 6.37 MB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 2.32.0 User Manual

    of this document will focus on this. • Dashboard Here you can create and save graphs and tables of metrics available via JMX, a default jvm health dashboard is provided. • JMX This exposes the raw CLASSPATH. KubernetesLoginModule The Kubernetes login module enables you to perform authentication and authorization by validating the Bearer token against the Kubernetes API. The authentication is done by by submitting a TokenReview request that the Kubernetes cluster validates. The response will tell whether the user is authenticated and the associated username and roles. It is implemented
    0 码力 | 528 页 | 10.88 MB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 2.31.1 User Manual

    of this document will focus on this. • Dashboard Here you can create and save graphs and tables of metrics available via JMX, a default jvm health dashboard is provided. • JMX This exposes the raw CLASSPATH. KubernetesLoginModule The Kubernetes login module enables you to perform authentication and authorization by validating the Bearer token against the Kubernetes API. The authentication is done by by submitting a TokenReview request that the Kubernetes cluster validates. The response will tell whether the user is authenticated and the associated username and roles. It is implemented
    0 码力 | 525 页 | 10.75 MB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 2.31.2 User Manual

    of this document will focus on this. • Dashboard Here you can create and save graphs and tables of metrics available via JMX, a default jvm health dashboard is provided. • JMX This exposes the raw CLASSPATH. KubernetesLoginModule The Kubernetes login module enables you to perform authentication and authorization by validating the Bearer token against the Kubernetes API. The authentication is done by by submitting a TokenReview request that the Kubernetes cluster validates. The response will tell whether the user is authenticated and the associated username and roles. It is implemented
    0 码力 | 525 页 | 10.76 MB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 2.31.0 User Manual

    of this document will focus on this. • Dashboard Here you can create and save graphs and tables of metrics available via JMX, a default jvm health dashboard is provided. • JMX This exposes the raw CLASSPATH. KubernetesLoginModule The Kubernetes login module enables you to perform authentication and authorization by validating the Bearer token against the Kubernetes API. The authentication is done by by submitting a TokenReview request that the Kubernetes cluster validates. The response will tell whether the user is authenticated and the associated username and roles. It is implemented
    0 码力 | 524 页 | 10.73 MB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 2.37.0 User Manual

    of this document will focus on this. • Dashboard Here you can create and save graphs and tables of metrics available via JMX, a default jvm health dashboard is provided. • JMX This exposes the raw CLASSPATH. KubernetesLoginModule The Kubernetes login module enables you to perform authentication and authorization by validating the Bearer token against the Kubernetes API. The authentication is done by by submitting a TokenReview request that the Kubernetes cluster validates. The response will tell whether the user is authenticated and the associated username and roles. It is implemented
    0 码力 | 539 页 | 11.16 MB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 2.36.0 User Manual

    of this document will focus on this. • Dashboard Here you can create and save graphs and tables of metrics available via JMX, a default jvm health dashboard is provided. • JMX This exposes the raw CLASSPATH. KubernetesLoginModule The Kubernetes login module enables you to perform authentication and authorization by validating the Bearer token against the Kubernetes API. The authentication is done by by submitting a TokenReview request that the Kubernetes cluster validates. The response will tell whether the user is authenticated and the associated username and roles. It is implemented
    0 码力 | 539 页 | 11.14 MB | 1 年前
    3
共 162 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 17
前往
页
相关搜索词
Nacos架构原理ApacheActiveMQArtemis2.30UserManual2.282.292.322.312.372.36
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩