HPE Data Fabric Streams C Applications
You can develop C applications for HPE Data Fabric Streams. The HPE Data Fabric Streams C Client is a distribution of librdkafka that works with HPE Data Fabric Streams. The HPE Data Fabric Streams C Client is available in Ecosystem Pack (EEP) 3.0 and later.
| Core release | EEP Release | Kafka librdkafka version |
|---|---|---|
| As of 7.10.0 | As of 9.4.0 | 2.6.0** |
| As of 7.9.0 | As of 9.3.1 | 2.0.2* |
| As of 6.0.1 | As of 5.0 | 0.11.3 |
| As of 5.2.1 through 6.0.0 | As of 3.0 | 0.9.0 |
*Librdkafka 2.0.2 in core 7.9 is not compatible with HPE Data Fabric Stream clients for Python1 or C#2 applications. Nodes running Python or C# applications should not be upgraded to HPE Data Fabric 7.9.
**Librdkafka 2.6.0 in core 7.10 is not compatible with HPE Data Fabric Stream clients for C#2 applications. Nodes running C# applications should not be upgraded to HPE Data Fabric 7.10.
1HPE Data Fabric Streams Python Applications
2HPE Data Fabric Streams C#/.NET Applications
The HPE Data Fabric Streams C Client supports a majority of the librdkafka C APIs plus additional configuration properties that are available only with HPE Data Fabric Streams. When developing applications for HPE Data Fabric Streams or migrating Kafka applications to HPE Data Fabric Streams, see the list of librdkafka APIs Supported by HPE Data Fabric Streams C Client which also describes API behavior. Reference rdkafka.h for API signatures.
- You can create producers and high-level consumers. Low-level consumers are not supported.
- Consuming or producing topics in a Kafka cluster is not supported.
- As of HPE Data Fabric 6.0, the HPE Data Fabric Streams offset values start at 0.
- HPE Data Fabric Security is supported. Kafka application-level security is not supported. See Security.
- User impersonation is not supported.