Dominic Evans

Results 53 issues of Dominic Evans

For a date-only event (i.e., an event that lasts for the full day) the iCalendar specification indicates that the value for DTSTART / DTEND should be a DATE https://icalendar.org/iCalendar-RFC-5545/3-6-1-event-component.html >...

Note: the module path has changed to github.com/IBM/sarama since ownership transitioned away from Shopify

##### Description If the user has set `client.conf.Metadata.Full` to `false` then the refresh of metadata will log an error until the consumer has been assigned one or more topic partitions...

stale/exempt
needs-investigation

TestFuncTxnProduceNoBegin periodically fails if the leader is still loading offsets: ```go TestFuncTxnProduceNoBegin is #2 (localhost:29092) 2023-07-28T09:13:52.8501522Z [sarama] 2023/07/28 09:13:52 txnmgr/transition [TestFuncTxnProduceNoBegin] transition from ProducerTxnStateUninitialized to ProducerTxnStateInError|ProducerTxnStateFatalError 2023-07-28T09:13:52.8510148Z functional_producer_test.go:113: 2023-07-28T09:13:52.8510873Z Error...

Add support for [KIP-396](https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=97551484) which was added to the Java AdminClient in the Kafka 2.5.0 > Resetting the offsets of a consumer group is a relatively common operation. It's usually...

enhancement
stale/exempt
needs-investigation

The Go runtime scheduling uses signal 23 (SIGURG) since Go 1.14 (see [24543-non-cooperative-preemption.md](https://go.googlesource.com/proposal/+/master/design/24543-non-cooperative-preemption.md)). Because the Go runtime does not know if the process expects external SIGURG signals, the signal is...

**What would you like to be added**: I have a Falco-related question I was wondering if anyone could answer in the documentation? Reading https://sysdig.com/blog/cve-2019-8339-falco-vulnerability/ there's a small paragraph that states:...

kind/documentation
lifecycle/rotten

Currently moq will always generate the call tracking and inspection functionality as part of its template. Personally I prefer to have moq just generate the func callers. Is this a...

👋🏻 hi, Sarama maintainer here PR https://github.com/cloudevents/sdk-go/pull/930 updated the module path of Sarama from github.com/Shopify/sarama to github.com/IBM/sarama — which long term is the correct thing to do as Shopify asked...

For example local-only things such as `kubectl config ...` commands to fetch or switch the current context, or print the local config, shouldn't really attempt to do a remote `kubectl...