MartinKosicky

Results 11 issues of MartinKosicky

Issue Type: - [ ] Bug report My scheme is as follow: I have a client connecting linkerd over TLS. linkerd unpacks the TLS and forwards the communication unencrypted to...

GitSCMFileSystem now implements new SCM Builder APi that receives the Run that can is used to expand branch name with environment variables.

feature
dependencies
test

Hello, I wanted to ask about how does it work when we make a service of kind load balancer and use cluster routing policy. If a connection is made from...

lifecycle/stale

I added in CpsScmFlowDefinition (create) to send to lightweight checkout the build value into SCMFileSystem.of which is changed in https://github.com/jenkinsci/scm-api-plugin/pull/160. The goal is to be able to expand branch value...

enhancement

My question is how to prefetch works in the go library. I guess it tryies to fill the buffer with as many messages to fill the prefetch. My question is...

Hello I have a question, because I don't understand here how am I supposed to send events on a specific partition (via partition ID not partitionKey). I want to make...

When we run eventhub go listener after some time we get stuck on https://github.com/Azure/azure-event-hubs-go/blob/master/receiver.go#L291 . It seems that the session get's broken, however I know that the connection is OK...

We have a scenario where we create client certificate based on some intermediate certificate. We thought that the client certificate secret will get recreated when the issuer CA changes (in...

lifecycle/rotten

**Is your feature request related to a problem? Please describe.** We have microservices that have milions of requests per minute, however we do every 5 minutes some end-2-end monitorings. Because...

enhancement

Hello. On the main page you show that you are avoiding reflection when marshaling. Is this somehow also working for Unmarshaling ?