Michał Olszewski

Results 8 issues of Michał Olszewski

``` var client = RawRabbitFactory.CreateSingleton(); await client.SubscribeAsync(async msg => { Console.WriteLine($"Received: {msg.Prop}."); }); await client.PublishAsync(new BasicMessage { Prop = "Hello, world!"}); ``` When i split this code between two or...

following this example https://github.com/pardahlman/RawRabbit/blob/2.0/docs/operations/publish.md with RawRabbit.Operations.Publish installed as it says in the 2.0 docs ``` var message = new BasicMessage { Prop = "Hello, world!" }; await busClient.PublishAsync(message, ctx =>...

Hey, have you encoutered any problems with newtonsoft’s serializer? Let’s say i have an event SomeEvent:IEvent in two+ of my microserivces, whenever i’m listening for this event with rabbitmq i...

I think this might not be the best advice, since it seems like `Close()` on the `*body` discards it for you by default https://github.com/golang/go/blob/9d23975d89e6cc3df4f2156b2ae0df5d2cef16fb/src/net/http/transfer.go#L979 - [ ] always discard body...

It seems like this theme does not support semantic highlighting https://code.visualstudio.com/api/language-extensions/semantic-highlight-guide `Github Theme` with `"gopls": { "ui.semanticTokens": true }` `Dark+` with `"gopls": { "ui.semanticTokens": true }` `Dark+` with `"gopls": {...

type: syntax

### What happened? I'm running OTel Collector with one of the exporters exporting traces to a file via https://opentelemetry.io/docs/specs/otel/protocol/file-exporter/ Jaeger is running with `COLLECTOR_OTLP_ENABLED: true` When trying to import this...

help wanted
changelog:new-feature

This PR introduces a proposal to extend current authentication options exposed via Scylla Monitoring CRDs. The proposal aims to describe the need for the ability to configure multiple OAuth providers...

size/L
do-not-merge/contains-merge-commits

any reason v2.3.3 includes breaking API changes and is not a major release?