Skip to content
#

events

Here are 3,156 public repositories matching this topic...

watermill
breml
breml commented Mar 10, 2021

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

enhancement help wanted good first issue S
pierDipi
pierDipi commented Apr 14, 2022

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"
kind/feature-request help wanted good first issue triage/accepted
lemunozm
lemunozm commented Jun 21, 2021

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.
enhancement good first issue

Improve this page

Add a description, image, and links to the events topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the events topic, visit your repo's landing page and select "manage topics."

Learn more