kafka-client
Here are 159 public repositories matching this topic...
-
Updated
Nov 13, 2021 - Go
-
Updated
Oct 28, 2021 - Go
-
Updated
Nov 4, 2021 - Python
I use Array<Uint8Array>
as a value. But The uint8Array is treated as string.
function arrayString(val) {
var result = '{'
for (var i = 0; i < val.length; i++) {
if (i > 0) {
result = result + ','
}
if (val[i] === null || typeof val[i] === 'undefined') {
result = result + 'NULL'
} else if (Array.isArray(val[i])) {
result = result + arrayStr
-
Updated
Nov 9, 2021 - C#
SQL Insert Statement
Current behavior:
All the SQL activities either don't support Insert or are specific to a usecase
Expected behavior:
to be able to insert to a sql database in an activity
What is the motivation / use case for changing the behavior?
many workflows/pipelines require logging to a database
Additional information you deem important (e.g. I need this tomorrow):
Right now, all the elements of the breadcrumb are capitalized. This is a bug because we are supposed to leave names as-is. For example, if some topic is called dummy-topic, the breacrumb should look like this:
Topics / dummy-topic
But now it looks like this:
Topics / Dummy-topic
-
Updated
Nov 13, 2021 - C
-
Updated
Nov 8, 2021 - Scala
-
Updated
Nov 10, 2021 - Ruby
-
Updated
Nov 9, 2021 - Rust
-
Updated
Nov 26, 2020 - Java
Typo
-
Updated
Mar 23, 2021 - Python
-
Updated
Nov 12, 2021 - Go
-
Updated
Nov 12, 2021 - Clojure
based on: https://kafka.js.org/docs/configuration and tulios/kafkajs#298
We may not have the correct settings for the JSConsumer and JSProducer. This issue is to ensure we have them up to date after nodefluent/node-sinek#154 has been merged
-
Updated
Apr 22, 2020 - Java
Similarly to #234, it would be useful to provide functions for creating test KafkaProducer
s.
A good first function would be one which yields somewhat sensible default RecordMetadata
.
object KafkaProducer {
def unit[F[_], K, V](implicit F: Sync[F]): F[KafkaProducer[F, K, V]] = ???
}
Likely, this would require some internal state, hence F[KafkaProducer[F, K, V]]
.
-
Updated
Nov 7, 2021 - Ruby
-
Updated
Oct 11, 2021 - Java
-
Updated
Jan 19, 2018 - Java
-
Updated
Nov 13, 2021 - Java
-
Updated
Jul 29, 2020 - Java
-
Updated
Oct 11, 2021 - Java
-
Updated
Nov 5, 2021 - Go
Improve this page
Add a description, image, and links to the kafka-client topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the kafka-client topic, visit your repo's landing page and select "manage topics."
It would be nice to be able to augment cache hit ratio metrics with how many requests were marked as uncacheable, which could be done by adding the
MAIN.beresp_uncacheable
metric to the metrics already being pulled from Varnish.