cancel
Showing results for 
Search instead for 
Did you mean: 

Error when connecting to Kafka Stream.

0 Kudos

Hi All,

I am trying to connect to a Kafka stream with HANA streaming server.

I am getting following error. Did someone face same issue ?

following is the text of project

CREATE INPUT WINDOW InputWindow1

SCHEMA (

<Field 1> string ,

<Field 2> string ,

<Field 3> string ,

<Field 4> string ,

) PRIMARY KEY ( <Field 4> ) ;

ATTACH INPUT ADAPTER Kafka_Avro_Record_Input1 TYPE toolkit_kafka_avro_input TO InputWindow1

PROPERTIES propertyset = 'JMS XML Output (deprecated)' ,

kafkaTopicPartition = '<Some Topic>' ,

kafkaFromBeginning = TRUE ,

kafkaBootstrapServers = '<Kafka Server>:9092' ,

kafkaGroupId = '1' ,

avroJsonSchemaFile = '/hana/shared/HXE/streaming-2_00_033_00_180726/STREAMING-2_0/adapters/framework/instances/kafka_avro_input/daily_captured_transactions.avsc' ,

enableGdMode = FALSE ;

Can someone help me to understand if something is going wrong.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

The issue was resolved