- StreamNative Cloud
- Documentation Release Notes
StreamNative Cloud Release Notes
StreamNative Cloud 1.10 is now available.
General Changes
Added support for enabling WebSocket service at the cluster level. The Pulsar WebSocket API provides a simple way to interact with Pulsar using languages that do not have an official client library. For details, see connect to cluster through WebSocket API.
Added support for customizing some cluster configurations. Users can customize their clusters either by defining
spec.config custom
field in the cluster YAML file or specifying cluster configurations using StreamNative Cloud Manager. For details, see work with clusters.
Feature Enhancements
Three Debezium source connectors are now available in StreamNative Cloud. They provide a convenient way to move data in the cloud without writing any code.
- Debezium MongoDB: the Debezium MongoDB source connector pulls messages from MongoDB and persists the messages to Pulsar topics.
- Debezium MySQL: the Debezium MySQL source connector pulls messages from MySQL and persists the messages to Pulsar topics.
- Debezium PostgreSQL: the Debezium PostgreSQL source connector pulls messages from PostgreSQL and persists the messages to Pulsar topics.
For details about how to work with these connectors using StreamNative Cloud Manager, see work with source connectors.