Indranil Basu
Indranil Basu
Sample code may be: AmazonDynamoDB dynamoClient = new AmazonDynamoDBClient(); dynamoClient.setEndpoint("http://localhost:7000"); AmazonKinesis kinesisClient = new AmazonKinesisClient(); kinesisClient.setEndpoint("http://localhost:7001"); Do you have a sample java code? Also is there a way to start...
I am getting the below error: ERROR [Timer-Driven Process Thread-1] c.g.w.nifi.processor.ProtobufDecoder ProtobufDecoder[id=299c2a4f-016a-1000-ffff-ffffab7ba612] No schema path given, please fill in the protobuf.schemaPath property, either at processor or flowfile level Please check...