Table of Contents

Search

  1. Preface
  2. RulePoint
  3. RulePoint Concepts
  4. Using RulePoint
  5. RulePoint Objects
  6. Working with Topics
  7. Working with Connections
  8. Working with Sources
  9. Working with Responders
  10. Working with Responses
  11. Working with Watchlists
  12. Working with Analytics
  13. DRQL
  14. Working with Rules
  15. Working with Alerts
  16. Setting Access Controls
  17. Troubleshooting RulePoint Issues
  18. Connecting to an Ultra Messaging Application
  19. Creating an Ultra Messaging JMS Source

User Guide

User Guide

Amazon Kinesis Responder Properties

Amazon Kinesis Responder Properties

When you create an Amazon Kinesis responder, you must enter the name and the configuration details for the responder through the RulePoint user interface.
To connect to the Kinesis stream, you require the name of the stream to write the message to, the partition key, and the data blob.
The following table describes the configuration properties of an Amazon Kinesis responder:
Property
Description
Name
Name of the responder. The responder name must be unique.
Description
Optional. Description of the responder.
Type
Type of responder. Select
Amazon Kinesis Responder
.
Connection
Type of connection. Select
Amazon Web Services Connection
.
End Point
The URL that identifies a host and a port that constitute as the entry point for a web service. Every web service request contains an end point. Some AWS products provide regional end points to make your requests. The regional end points reduce data latency in your application and facilitate faster connectivity.
Stream Name
A name to identify the stream that captures and transports records from RulePoint to Amazon Kinesis. The stream name is added to the AWS account. Specify the number of shards to write to the stream. The average shard size of the data record that you want to write to the stream in Amazon Kinesis must not exceed 50 KB.
Partition Key
A Unicode string with a maximum length of 256 bytes. The partition key determines the shard in the stream to which the data record is assigned.
Data Message
The data blob that can be a segment from a log file, geographic/location data, website clickstream data, or any other data type.
Message Type
The message type of the data record. You can choose the following data record types:
JSON Encoded String Message
Receive the message as a JSON encoded string and convert it into topic properties.
String Message
Receive the message as a UTF-8 encoded string and send it to a topic property.
Custom Encoding
Use the marshaller to decode the message and then convert it to topic properties.
Use Strict Ordering
Guarantees a strictly increasing ordering of sequence numbers for records from the same client and to the same partition key. If you set the value to
False
, records will be coarsely ordered based on the arrival time. The default is
True
.
Marshaller Class Name
Class name of the marshaller.
Marshaller Properties
Key-value pairs to pass as properties of the marshaller.

0 COMMENTS

We’d like to hear from you!