Devlive 开源社区 本次搜索耗时 0.556 秒,为您找到 625 个相关结果.
  • Data serialization

    1866 2025-03-14 《Redisson 3.45.0》
    Data serialization is extensively used by Redisson to marshall and unmarshall bytes received or sent over network link with Redis or Valkey server. Many popular codecs are availabl...
  • Knative

    Knative Prerequisite Create Knative Source and Sink Set up EventMesh Configuration Step 2: Publish an Event Message from Knative Step 3: Subscribe from an EventMesh Expected Res...
  • High Level Consumer

    1851 2025-03-26 《Apache Gobblin 0.17.0》
    Problem Statement New Design & Details Problem Statement Current Gobblin Kafka High Level Consumer uses Kafka Consumer (0.8) APIs and gobblin support for them will be depreca...
  • Use Webhook to subscribe events

    Use Webhook to subscribe events Webhook usage process The first step: Configure Webhook related information in EventMesh and start The second step: Add Webhook configuration infor...
  • Contributing

    1845 2025-03-26 《Apache Gobblin 0.17.0》
    Contributing to Gobblin Code Contributions Documentation Contributions Contributing to Gobblin You can contribute to Gobblin in multiple ways. For resources and guides, please...
  • TCP Protocol

    TCP Protocol TCP Consumer TCP Producer Asynchronous Producer Synchronous Producer TCP Protocol EventMesh SDK for Java implements the TCP producer and consumer of synchronous...
  • EventMesh Metrics (OpenTelemetry and Prometheus)

    EventMesh Metrics (OpenTelemetry and Prometheus) Introduction An overview of OpenTelemetry An overview of Prometheus Requirements Functional Requirements Design Details Appe...
  • GitHub CLI 参考

    1809 2024-05-08 《GitHub Cli 中文版》
    要查看所有顶级 GitHub CLI 命令,请输入不带参数的 gh 。 gh 要列出可与 GitHub CLI 命令一起使用的所有子命令,请使用不带参数的顶级命令。 gh COMMAND 例如,要查看您可以设置以影响 GitHub CLI 某些方面的环境变量,请使用 environment 命令。 gh environment ...
  • Using Kafka Connect

    1760 2024-06-28 《Apache Hudi 0.15.0》
    Try out the new experimental release of Hudi Kafka Connect Sink. Read the ReadMe for full documentation.
  • 转义字符

    1617 2024-05-26 《Markdown 中文版》
    转义 号 转义 使用反斜杠\进行语法取消。 使用反斜杠可以使得语法相关符号以字面量进行显示,接受以下符号的取消转义: 反斜杠\ 反引号``` 星号* 下划线_ 花括号{} 方括号[] 圆括号() 号 加号+ 减号/连字符- 数点. 惊叹号! 部分增强和进阶语法中使用的特殊符号,也采用反斜杠\进行取消转义。 ...