kafka-client
Here are 156 public repositories matching this topic...
-
Updated
Aug 13, 2021 - Go
-
Updated
Jul 15, 2021 - Go
-
Updated
Aug 10, 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
Aug 11, 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):
-
Updated
Jul 21, 2021 - C
-
Updated
Aug 4, 2021 - Scala
-
Updated
Aug 13, 2021 - Ruby
-
Updated
Aug 3, 2021 - Rust
-
Updated
Nov 26, 2020 - Java
Add replicas field in partitions table at topic overview page.
We can get list of replicas from topic request endpoint: /clusters/{clusterName}/topics/{topicName}
{
"name": "name",
"internal": true,
"partitions": [
{
"partition": 0,
"leader": 2,
"replicas": [
{
"broker": 2,
-
Updated
Mar 23, 2021 - Python
Typo
The error message "Hostname could not be found in context. HostNamePartitioningStrategy will not work." and variable name "hostname" are weird.
ContextNameKeyingStrategy: <-- problem code
@Override
public void setContext(Context context) {
super.setContext(context);
final String hostname = context.getProperty(CoreConstants.CONTEXT_NAME_KEY);
if (hostnam
-
Updated
Aug 13, 2021 - Go
-
Updated
Aug 13, 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
May 27, 2021 - Ruby
-
Updated
Mar 9, 2021 - Java
-
Updated
Jan 19, 2018 - Java
-
Updated
Aug 5, 2021 - Java
-
Updated
Apr 19, 2021 - Java
-
Updated
Jul 29, 2020 - Java
-
Updated
Mar 14, 2020 - Scala
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.