Re: HL7 messages to Kafka consumer

2016-10-12 Thread Artem Ervits
Nifi HL7 processor is built using HAPI API, which supports z-segments http://hl7api.sourceforge.net/xref/ca/uhn/hl7v2/examples/CustomModelClasses.html On Wed, Oct 12, 2016 at 10:10 PM, Martin Gainty wrote: > > > > > From: dbis...@gmail.com > > Date: Wed, 12 Oct 2016 20:42:04 -0400 > > Subject:

RE: HL7 messages to Kafka consumer

2016-10-12 Thread Artem Ervits
I did it with HAPI API and Kafka producer way back when and it worked well. Times have changed, If you consider using Apache Nifi, besides native HL7 processor, you can push to Kafka by dragging a processor on canvas. HL7 processor also is built on HAPI API. Here's an example but instead of Kafka i

Re: Cannot send message to Kafka broker

2015-12-05 Thread Artem Ervits
I recommend you try this tutorial first http://hortonworks.com/hadoop-tutorial/simulating-transporting-realtime-events-stream-apache-kafka/ On Dec 4, 2015 7:25 AM, "chengxin Cai" wrote: > Hi, > > I just try Kafka the first time. > I am using hortonworks 2.3, and my setting of Kafka broker is "lis

Re: Unable to create a topic from console producer even though topic creation is enabled

2015-11-03 Thread Artem Ervits
change the order of your commands *bin/kafka-console-producer.sh --broker-list localhost:9092 --topic test* On Tue, Nov 3, 2015 at 7:23 AM, Kishore N C wrote: > Hi all, > > I have a 3-node Kafka cluster. I'm running into the following error when I > try to use the console producer to write to