书栈网 · BookStack 本次搜索耗时 0.095 秒,为您找到 731 个相关结果.
  • Bindings

    Quickstart: Input & Output Bindings Pre-requisites Step 1: Set up the environment Step 2: Run PostgreSQL Docker container locally Step 3: Schedule a Cron job and write to the da...
  • Elasticsearch version 7.0.0

    Elasticsearch version 7.0.0 Known issues Breaking changes Breaking Java changes Deprecations New features Enhancements 31608 Add S3 Setting to Force Path Type Access #3472...
  • 发布与订阅

    快速入门:发布和订阅 使用多应用程序运行 第1步:先决条件 第2步:设置环境 步骤 3:运行发布者和订阅者 发生了什么? dapr.yaml 多应用运行模板文件 pubsub.yaml 组件文件 order-processor 订阅者 checkout 发布者 第1步:先决条件 第2步:设置环境 步骤 3:运行发布者和订阅者 发...
  • Amazon S3

    1378 2021-07-08 《Quarkus v1.7 Guides》
    Quarkus - Amazon S3 Client Prerequisites Provision S3 locally Create a S3 bucket Solution Creating the Maven project Setting up the model Create JAX-RS resource Configuring ...
  • 2.8. 主从模式

    6923 2019-12-02 《Redisson 使用手册》
    2.8. 主从模式 2.8.1. 主从模式设置 dnsMonitoringInterval(DNS监控间隔,单位:毫秒) masterAddress(主节点地址) addSlaveAddress(添加从主节点地址) readMode(读取操作的负载均衡模式) subscriptionMode(订阅操作的负载均衡模式) loadBalancer(负载...
  • Java client

    Java client Setup Sample code IndexData class OpenSearch client example Java client The OpenSearch Java client allows you to interact with your OpenSearch clusters through J...
  • Sockets

    Raw Sockets Sockets Server Simple Echo Server: Client Simple Client Connecting to an Echo Server: Secure Sockets (SSL/TLS) Raw Sockets In addition to HTTP handling for th...
  • Canal Admin QuickStart

    背景 准备 部署 背景 canal-admin设计上是为canal提供整体配置管理、节点运维等面向运维的功能,提供相对友好的WebUI操作界面,方便更多用户快速和安全的操作 准备 canal-admin的限定依赖: MySQL,用于存储配置和节点等相关数据 canal版本,要求>=1.1.4 (需要依赖canal-server提供面向a...
  • Bindings

    Quickstart: Input & Output Bindings Pre-requisites Step 1: Set up the environment Step 2: Run PostgreSQL Docker container locally Step 3: Schedule a Cron job and write to the da...
  • 客户端设计

    客户端设计 设计架构 API设计 序列化和通信 客户端埋点 遇到的问题 客户端设计 客户端设计是CAT系统设计中最为核心的一个环节,客户端要求是做到API简单、高可靠性能、无论在任何场景下客户端都不能影响各业务服务的性能(监控只是公司核心业务流程一个旁路环节)。以下客户端设计以及细节均以java客户端为例子。 设计架构 CAT客户端是...