Table of Contents

Search

  1. Preface
  2. Introduction to Informatica Edge Data Streaming
  3. Licenses
  4. Using Informatica Administrator
  5. Creating and Managing the Edge Data Streaming Service
  6. Edge Data Streaming Entity Types
  7. Edge Data Streaming Nodes
  8. Data Connections
  9. Working With Data Flows
  10. Managing the Edge Data Streaming Components
  11. Security
  12. High Availability
  13. Disaster Recovery
  14. Monitoring Edge Data Streaming Entities
  15. Appendix A: Troubleshooting
  16. Appendix B: Frequently Asked Questions
  17. Appendix C: Regular Expressions
  18. Appendix D: Command Line Program
  19. Appendix E: Configuring Edge Data Streaming to Work With a ZooKeeper Observer
  20. Appendix F: Glossary

User Guide

User Guide

Kafka Target Service Properties

Kafka Target Service Properties

You can configure the following properties for the Kafka target service type:
Entity Name
Name for the Kafka target service. Maximum length is 32 characters.
Description
Description of the target service. Maximum length is 256 characters.
Kafka Destination
The IP address and port combination of the Kafka messaging system broker.
Topic
Topic on which the Kafka target service sends messages.
Client ID
An ID string to pass to the server when making requests. The purpose of this is to be able to track the source of requests beyond just ip/port by allowing a logical application name to be included in server-side request logging.
Security Mode
Indicates whether Kafka has Kerberos authentication enabled. Select one of the following options:
  • Non Secure
  • Kerberos Enabled
Kerberos stores configuration information in a file named
krb5.conf
. Copy the
krb5.conf
file to the Edge Data Streaming
node/conf
directory on which you deploy the Kafka entity.
Keytab File
The fully qualified name Keytab file name. Specify the Keytab file name if you select the Kerberos enabled security mode.
Kerberos Principal
The Kerberos principal name. Specify the Keytab file name if you select the Kerberos enabled security mode.
Kafka Service Name
The Kafka service name. Specify the Keytab file name if you select the Kerberos enabled security mode.
Producer Properties
The properties that are used to connect to Kafka. Specify the values as key value pairs.
Retry on Failure
Indicates that the target service should try to write to the target if the operation fails the first time.
Number of Retries
The number of times the target service should retry to write to the source.
Delay between Retries
Time in milliseconds between successive retries.
Statistics
You can monitor the following statistic for the Kafka target service type:
  • Bytes Received
  • Events Received
  • Failed Events
  • Receive Rate (Per Sec)
  • Events Reassigned. The number messages that the source service resends to the target service when it has not received acknowledgment from the target service.

0 COMMENTS

We’d like to hear from you!