producer Questions
27
I am trying to use Kafka.
All configurations are done properly but when I try to produce message from console I keep getting the following error
WARN Error while fetching metadata with correlation...
Barron asked 4/3, 2016 at 5:32
3
Solved
I work on a bench of my Kafka cluster in version 1.0.0-cp1.
In part of my bench who focus on the max throughput possible with ordering guarantee and no data loss (a topic with only one partition),...
Vinni asked 12/4, 2018 at 17:29
3
I have a two-nodes Kafka cluster (EC2 instances) where each node is used as a separate broker. When I run a producer on the leader instance with the following command:
kafka-console-producer.sh --...
Implore asked 9/1, 2017 at 13:30
5
Solved
I'm using Spring-Kafka version 1.2.1 and, when the Kafka server is down/unreachable, the asynchronous send calls block for a time. It seems to be the TCP timeout. The code is something like this:
...
Feinstein asked 13/7, 2017 at 15:9
4
How to upload the data from csv to aws kinesis using boto3
I have tried three methods and it is all working for me.
To upload the data from csv to kinesis in chunks.
Upload the random
generated da...
Maritamaritain asked 28/7, 2019 at 21:26
1
I have a requirement to upgrade our Producer/Consumer infrastructure.
The current setup look like this:
Set of 3 queues with different priority (low, med, high).
When one our customers generate ...
Conjurer asked 13/9, 2017 at 10:1
5
Solved
I have built a kafka docker container and orchestrate it using docker-compose.
Calling docker ps I get the following putput:
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
5bde6f76...
Falstaffian asked 31/8, 2015 at 0:14
2
Solved
I have downlaoded oData4J jar files from odata.org and I intend to do a sample producer, within a basic web service.
I assumed that InMemoryProducerExample.java from http://code.google.com/p/odat...
1
Solved
I'm using RabbitMQ with Arduino for the first time and I need to publish data. So I've used the PubSubCLient class. This is the code:
#include <SPI.h>
#include <PubSubClient.h>
#includ...
Mellissamellitz asked 1/7, 2017 at 21:16
2
Solved
I would like to create a Spring's bean producer method which is aware who invoked it, so I've started with the following code:
@Configuration
public class LoggerProvider {
@Bean
@Scope("prototy...
Critta asked 13/3, 2012 at 13:51
4
Solved
I need to use something to coordinate my system with several consumers/producers each running on different machines with different operating systems. I have been researching on using MySql to do th...
3
Solved
I have a situation where different threads populate a queue (producers) and one consumer retrieve element from this queue. My problem is that when one of these elements are retrieved from the queue...
Naoise asked 4/4, 2012 at 7:25
1
Solved
Im using Generic.Queue in C# 3.0 and Monitor.Enter,wait,exit for wait before consuming the queue (wait for the element to be enqueued). Now im moving to C# 4.
Can anyone suggest me which one...
Flagstaff asked 15/2, 2011 at 7:42
2
I have two processes:
Producer
and
Consumer
they have a commonly mmaped shared region of memory
Memory
Now, Producer writes stuff to Memory. Consumer reads stuff from Memory.
I would prefer ...
1
© 2022 - 2025 — McMap. All rights reserved.