Patrick Magee
Patrick Magee
@brandonroberts so what would we now do in 4.X with router-store where I'm currently migrating but used go/back/forward?
I can't seem to get child jobs from Jobs, so this library doesn't really work for me. Or is there something i misunderstand?
I ended up doing my own custom API manipulation for my own needs and got ALL jobs like this. ```c# private async Task GetJobs(HttpClient client, Uri url) { var list...
The microsoft dotnet core offical angular template does now include a way to enable SSR
I really want this! This is exactly what our team needs to resolve issues with Avro namespaces.
For context, we have had to go from 2 connectors to a.... huge number of connectors as a workaround, which has been a crazy amount of configuration for us, based...
Would I be correct with the following example too? ``` { "transforms" : "TransformSchema", "transforms.TransformSchema.type" : "org.apache.kafka.connect.transforms.SetSchemaMetadata$Value", "transforms.TransformSchema.schema.namespace" : "added.namespace" } ``` So that the original Schema name is untouched?
@rhauch @mnegodaev this is looking pretty good now. Would others need to have reviewed this before being merged in? I'm not too clued in on the open source contributions here...
@mjsax I can see you are recently doing some things, is there any way we can get @mnegodaev PR merged?
@mnegodaev It looks like this is something you would add to this PR a link to a KIP.