积分充值
 首页
前端开发
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文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(5)Java(5)ActiveMQ(4)

语言

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

格式

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

    189 > Nacos 最佳实践  高级监控 根据 Nacos 监控手册,结合 Prometheus 和 Grafana 监控 Nacos 指标。  Nacos Eureka Sync Etcd 监控 从如下界面可以监控到,业务服务列表是否在同步服务的集群上呈现⼀致性 Hash 均衡分布。 Nacos 最佳实践 < 190 Nacos 日志  日志合并及 JSON 格式化 将 现也不 如⼀致性 Hash 优雅,最后没采用。 Sync ⾼可⽤⼀致性 Hash + Etcd 方案 折腾了这么几次后,发现同步业务服务列表是持久化在数据库,同步服务器挂掉后 reHash 通知机 制是由 Zookeeper 来负责,两者能否可以合并到⼀个中间件上以降低成本?于是我们想到了 Etcd 方案,即通过它实现同步业务服务列表持久化 + 业务服务列表增减的通知 + 同步服务器挂掉后 同步服务器挂掉后 reHash 通知。至此方案最终确定,即两个注册中心( Eureka 和 Nacos )的双向同步方案,通过 第三个注册中心( Etcd )来做桥梁。 Sync 业务服务名列表定时更新优化方案 解决了⼀致性 Hash 的问题后,还有⼀个潜在风险,即官方方案每次定时同步业务服务的时候,都 会去读取全量业务服务名列表,对于业务服务数较少的场景应该没问题,但对于我们这种场景下, 这么频繁的全量去拉业务服务列表,会不会对
    0 码力 | 326 页 | 12.83 MB | 9 月前
    3
  • pdf文档 Apache ActiveMQ Artemis 2.37.0 User Manual

    a network file system that supports locking (e.g. NFS) or it could be something more complex like etcd. The broker ships with a reference plugin implementation based on Apache ZooKeeper - a common implementation
    0 码力 | 539 页 | 11.16 MB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 2.36.0 User Manual

    a network file system that supports locking (e.g. NFS) or it could be something more complex like etcd. The broker ships with a reference plugin implementation based on Apache ZooKeeper - a common implementation
    0 码力 | 539 页 | 11.14 MB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 2.35.0 User Manual

    a network file system that supports locking (e.g. NFS) or it could be something more complex like etcd. The broker ships with a reference plugin implementation based on Apache ZooKeeper - a common implementation
    0 码力 | 537 页 | 11.11 MB | 1 年前
    3
  • pdf文档 Apache ActiveMQ Artemis 2.34.0 User Manual

    a network file system that supports locking (e.g. NFS) or it could be something more complex like etcd. The broker ships with a reference plugin implementation based on Apache ZooKeeper - a common implementation
    0 码力 | 537 页 | 11.11 MB | 1 年前
    3
共 5 条
  • 1
前往
页
相关搜索词
Nacos架构原理ApacheActiveMQArtemis2.37UserManual2.362.352.34
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩