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

    Connect Prerequisites Example Connect This page shows how to connect to HStreamDB using Java SDK. Prerequisites Make sure you have HStreamDB running and accessible. Exampl...
  • Connect

    Connect Prerequisites Example Connect This page shows how to connect to HStreamDB using Java SDK. Prerequisites Make sure you have HStreamDB running and accessible. Exa...
  • 连接

    连接 前提条件 例子 连接 如何通过 Java SDK 连接 HStreamDB 前提条件 确保有一个运行中并可用的 HStreamDB 例子 package io . hstream . example ; import io . hstream .*; public class ConnectExampl...
  • Get Records from Shards of the Stream with Reader

    Get Records from Shards of the Stream with Reader What is a Reader Reader Example Get Records from Shards of the Stream with Reader What is a Reader To allow users to retriev...
  • Get Records from Shards of the Stream with Reader

    Get Records from Shards of the Stream with Reader What is a Reader Reader Example Get Records from Shards of the Stream with Reader What is a Reader To allow users to retriev...
  • ClickHouse

    How to use HStream connectors with ClickHouse Clickhouse Connector How to use HStream connectors with ClickHouse TODO Clickhouse Connector connector options and default value...
  • ClickHouse

    How to use HStream connectors with ClickHouse Clickhouse Connector How to use HStream connectors with ClickHouse TODO Clickhouse Connector connector options and default value...
  • Authentication

    Authentication Create a trusted role Configuration Authentication After enabling TLS, clients can verify connecting servers and keep messages encrypted, but servers can not ve...
  • Deployment with hdt

    Deployment with hdt Pre-Require Deploy hdt on the control machine Update Config.yaml Set up cluster set up cluster with ssh key-value pair set up cluster with passwd Remove...
  • 概览

    概览 概览 考虑到性能和便利,hstream不会默认开启安全功能特性(如加密、认证等),但如果客户端连接服务端的网络是不可信的,那么应该启用这个功能。 hstream已经支持的安全特性: 数据加密:可以避免客户端和服务端之间传输的数据被中间人监听和篡改。 认证:为服务端提供认证客户端合法性的机制,并给授权功能提供统一的接口。