Skip to content
#

message-queue

Here are 782 public repositories matching this topic...

advanced-java

😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识

  • Updated Apr 2, 2022
  • Java
benthos
heikkilamarko
heikkilamarko commented Jan 3, 2022

Under the hood, Benthos csv input uses the standard encoding/csv packages's csv.Reader struct.

The current implementation of csv input doesn't allow setting the LazyQuotes field.

We have a use case where we need to set the LazyQuotes field in order to make things work correctly.

enhancement inputs good first issue effort: lower
MustaRohman
MustaRohman commented Feb 15, 2021

Environment

  • VerneMQ Version: 1.11.0
  • OS:
    Distributor ID: Ubuntu
    Description: Ubuntu 18.04.5 LTS
    Release: 18.04
    Codename: bionic
  • Erlang/OTP version (if building from source): 19
  • VerneMQ configuration (vernemq.conf) or the changes from the default
  • Cluster size/standalone:

Expected behaviour

Connection to Redis server running on unixsocket, configured within Lua scr

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 message-queue 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 message-queue topic, visit your repo's landing page and select "manage topics."

Learn more