Dylan Meissner

Results 32 comments of Dylan Meissner

One approach is to build an image from `cp-kafka` as a base: https://github.com/Nordstrom/docker-confluent/blob/5.1.0/broker/Dockerfile#L5

Hello! Using version `5.5.7` I am able to supply my own custom `format.class`. I verified that it is loaded and `getRecordWriterProvider()` is invoked as you would expect. :tada: I think...

This is a valuable example, since it is config-based and removes the callback. How can we close this out?

I'm not having any issue. ``` $ curl -i -HEAD http://dylanmei.s3.amazonaws.com/linqpad-drivers/soap-driver-1.2.2.lpx HTTP/1.1 200 OK Date: Fri, 03 Nov 2023 14:36:04 GMT Last-Modified: Sat, 21 Sep 2013 17:55:59 GMT ETag: "b7db59ce50342e0fb243ae9e6420545d"...

Are we talking about basic-auth while trying to download the wsdl?

What is the problem you are trying to solve?

I believe you can add such settings to your `C:\Program Files (x86)\LINQPad4\LINQPad.exe.config` to get around your immediate issue. I don't see a lot of value in exposing these in the...

I won't be able to make these changes myself. I've opened #15 to address the lack of movement on this project.

I'm afraid this relies on some old .NET code to generate the proxy, and back in those days you were expected to use SOAP extensions like [WS-Security](http://en.wikipedia.org/wiki/WS-Security) for such things....