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:
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
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
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