ryanluu12345
ryanluu12345
What are example tests that can benefit from this enhancement? Where exactly should I look for this?
Hi @bobvawter , just to clarify here: 1. When you say that it is missing the table path element, what exactly do you mean? In the example below, do you...
Reproduction notes (MySQL for reference) 1. I was able to verify that when running with this configuration, I'm able to ensure that messages can be sourced from Cockroach changefeeds and...
As a follow up, I tried this for a Cockroach source and a Postgres target as well: ``` [email protected]:26257/molt> CREATE CHANGEFEED -> INTO -> 'webhook-https://host.docker.internal:30004/molt/public?insec -> ure_tls_skip_verify=true' -> WITH envelope='wrapped',...
Hi @bobvawter , wondering if I could get your insight here. I want to make sure I'm reproducing in the manner that you discovered this issue, since it appears the...
Thanks for the pointer. For some reason when I run this test with everything configured (I verified I have all databases up properly), I see that it just hangs at...
Spoke offline with @bobvawter , the recommendation is to use docker for the source MySQL, PG, and Oracle instances but use a local instance of CRDB for testing purposes.
@bobvawter, yep I think that the the logging is clear about why the error occurred. Here is what I found upon searching for error logs when we use just the...
PR for context: https://github.com/cockroachdb/replicator/pull/1014
Is the main ask here to add a histogram prometheus metric and then surface it in the Grafana dash?