Pravega.io
Configuration for a LangStream streaming instance.
Please note that support for Pravega.io is still experimental and is not recommended for production use.
Configuration
Connect to a Pravega broker with the following configuration:
The Controller URI
The Scope
In Pravega, a scope is like a tenant, which is a namespace for your topics. In Pravega the topics are called "streams".
Examples
Configuration for a Pravega.io standalone instance looks like this:
Start the Pravega standalone instance with this command:
Start the LangStream docker chatbot example with this command:
Last updated