Chuck Larrieu Casias
Chuck Larrieu Casias
Really cool repo! I might suggest adding a .gitpod.yml file and adding a gitpod link so folks can run this workspace in their browser with 1 click. for extra credit,...
### Documentation request We should add steps: - create a view that parses the json (use the json parsing shortcode) - subscribe to view - send data and see it...
I'm not sure if it's in scope for this library, but I want to add a convenience method in my application to clean up kafka topics and schema subjects and...
Through some testing and reading other issues posted, it seems like Azure EventHubs does not support the transactional producer API -- it fails to provide a producer ID when a...
Love this plugin! I am having trouble figuring out how to align the search bar to the left instead of the right in Grafana. Any tips?
The version of librdkafka seems fixed at 1.4.2, which is about a year and a half old at this point. Any reason not to use a newer version? Maybe this...
Our connection examples should show comprehensive connection options, like cluster, schema, transaction isolation, and application name. Application name is especially helpful in tandem with the new Query History feature in...
Here is some basic boilerplate for connecting to Materialize via SQLalchemy. ```python from sqlalchemy import create_engine, text from sqlalchemy.orm import sessionmaker from dotenv import dotenv_values from pathlib import Path from...
ENVELOPE UPSERT makes it much easier to work with subscribes. Can we update our connection-examples to use this instead of the custom state management they currently do?
Hey team, I have two suggestions for the NodeJS subscribe example: 1. Our current example could be made much simpler with the use of the new `SUBSCRIBE ... ENVELOPE UPSERT...