events
Here are 3,156 public repositories matching this topic...
-
Updated
Jun 27, 2022 - PHP
-
Updated
Jul 6, 2022 - Clojure
-
Updated
Jun 13, 2022 - Ruby
-
Updated
Jun 14, 2022 - PHP
-
Updated
May 26, 2022 - Ruby
-
Updated
May 25, 2022 - Java
-
Updated
Jul 6, 2022 - PHP
-
Updated
Jun 24, 2022 - C#
-
Updated
Jun 28, 2021 - Kotlin
-
Updated
Jul 8, 2022 - Ruby
-
Updated
Jul 8, 2022 - Python
-
Updated
Jul 7, 2022 - Python
-
Updated
Jul 14, 2020 - Swift
Problem
I'm getting this warning on k8s 1.23:
Warning: autoscaling/v2beta2 HorizontalPodAutoscaler is deprecated in v1.23+, unavailable in v1.26+; use autoscaling/v2 HorizontalPodAutoscaler
on
Client Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.0", GitCommit:"c2b5237ccd9c0f1d600d3072634ca66cefdf272f", GitTreeState:"clean", BuildDate:"2021-08-04T18:03:20Z"
Docs broken links
-
Updated
May 10, 2022 - PLpgSQL
-
Updated
Jul 8, 2022 - PHP
-
Updated
Jan 23, 2022 - JavaScript
Has anyone done this safely?
-
Updated
Jun 29, 2022 - JavaScript
-
Updated
Mar 6, 2022 - Go
Currently, WebSocket is working for client/server side. However, the browsers do not allow to create tcp connections direclty (which is the current implementation based). Instead, the web-sys
must be used.
- Use a different WebSocket implementation if the target is
wasm
. - wasm example of a client.
-
Updated
Jun 13, 2022 - Erlang
Improve this page
Add a description, image, and links to the events topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the events topic, visit your repo's landing page and select "manage topics."
For an implementation of #126 (PostgreSQL driver with
SKIP LOCKED
), I create a SQL table for each consumer group containing the offsets ready to be consumed. The name for these tables is build by concatenating some prefix, the name of the topic and the name of the consumer group. In some of the test cases in the test suite, UUID are used for both, the topic and the consumer group. Each UUID has