书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 1473 个相关结果.
  • Queue Federation

    1. Use Cases 2. Configuring Queue Federation 3. Configuring Downstream Federation This feature provides a way of balancing the load of a single queue across remote brokers. A ...
  • Queue Federation

    1. Use Cases 2. Configuring Queue Federation 2.1. Priority ordered queue-policy parameters 2.2. Priority ordered transformer parameters 2.3. Upstream parameters 3. Configuring...
  • 6.13.2 Reactive Responses

    6.13.2 Reactive Responses 6.13.2 Reactive Responses The previous section introduced the notion of Reactive programming using RxJava 2.x and Micronaut. Micronaut supports retur...
  • 6.11.2 Reactive Responses

    6.11.2 Reactive Responses 6.11.2 Reactive Responses The previous section introduced the notion of Reactive programming using RxJava 2.x and Micronaut. Micronaut supports retur...
  • SPDY 背景

    SPDY 背景 SPDY 背景 Google 开发 SPDY 是为了解决扩展性的问题。主要的任务是加载内容的速度更快,做了如下工作: 每个头都是压缩的,消息体的压缩是可选的,因为它可能对代理服务器有问题 所有的加密都使用 TLS 每个连接多个转移是可能的 数据集可以单独设置优先级,使关键内容先被转移 下表是与 HTTP 的对比 Table 1...
  • Running

    Running Server Application Running an application in an external host Defining the configuration Deploying the hosted application Running the application from inside the IDE Int...
  • 关闭之前已经引导的客户端或服务器

    关闭之前已经引导的客户端或服务器 关闭之前已经引导的客户端或服务器 引导您的应用程序启动并运行,但是迟早你也需要关闭它。当然你可以让 JVM处理所有退出但这不会满足“优雅”的定义,是指干净地释放资源。关闭一个Netty 的应用程序并不复杂,但有几件事要记住。 主要是记住关闭 EventLoopGroup,将处理任何悬而未决的事件和任务并随后释放所有...
  • Kubernetes

    Kubernetes 设置 Getting Started Introduction Preparation Starting a Kubernetes Cluster (Session Mode) Deployment Modes Deploy Application Cluster Per-Job Cluster Mode Session M...
  • Overview

    DataStream Connectors Predefined Sources and Sinks Bundled Connectors Connectors in Apache Bahir Other Ways to Connect to Flink Data Enrichment via Async I/O DataStream Con...
  • 响应式

    响应式 优点 缺点 选择合适的操作符 代码格式化 lamdba null处理 非阻塞与阻塞 上下文 FAQ: 我写的操作看上去是正确的,但是没有执行. FAQ: 我想获取流中的元素怎么办 FAQ: 我需要在非响应式方法中使用响应式怎么办 相关资料 响应式 JetLinks使用Project Reactor (opens new ...