Streambased
Instructions on integrating WarpStream with Streambased.
Last updated
Was this helpful?
Instructions on integrating WarpStream with Streambased.
Last updated
Was this helpful?
The Streambased folks have a great tutorial on integrating WarpStream with command line Streambased. What follows is a description of using their Analytics Service for Kafka {A.S.K.) product, which is free and requires no downloads or setup. A video walkthrough can be found below.
Save these three values, as you will need them in the sasl.jaas.config
parameter in the next step.
Once you have constructed this connection string, it can be executed in a query or BI tool of your choice to establish the connection to your WarpStream cluster. From that point, you can interact with your stream like any other SQL-compatible data source.
Using the above configured SET SESSION command, you now have everything you need to connect with the SQL or BI tool of your choice to query your WarpStream producer stream.
Obtain the Bootstrap Broker from the WarpStream console by navigating to your cluster and clicking the Connect tab. If you don't have SASL credentials yet, you must also from the console by clicking on the Credentials tab.
The saasl.jaas.config
has a bit of a gotcha in that the single quote has to be escaped. Streambased has to format your information to ensure correctness properly.