The Wayback Machine - https://web.archive.org/web/20220427072742/https://github.com/topics/nats
Skip to content
#

nats

Here are 532 public repositories matching this topic...

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
watermill
xorcare
xorcare commented Nov 22, 2021

This comment says that the message ID is optional,
but for SQL transport it is a mandatory attribute,
in turn it causes misunderstanding?

Is it possible to fix it or did I get something wrong?

https://github.com/ThreeDotsLabs/watermill/blob/b9928e750ba673cf93d442db88efc04706f67388/message/message.go#L20
https://github.com/ThreeDotsLabs/watermill/blob/b9928e750ba673cf93d442db88efc04706f6

help wanted good first issue S
voik
marceloboeira
marceloboeira commented May 27, 2019

We should create an integration test that splits up a big file or it performs an expected mathematical operations on generating records, in a way that the output can be inferred and checked.

e.g.:

  • splits up a 100MB video file into several 1MB files, sends to the commit log, re-assemble the file and checks md5 of the original and the re-assembled.
  • create a series of events that have rando
help wanted good first issue

Improve this page

Add a description, image, and links to the nats 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 nats topic, visit your repo's landing page and select "manage topics."

Learn more