Skip to content

Remap the full error to RdkafkaError instead of int #297

Open
@mensfeld

Description

@mensfeld

At the moment we use only the int representation of errors. This however is limited and does not allow us to operate on error metadata like information if the error is retryable.

It would be good to handle all errors in the same way, that is build them based on full scope of information provided by rd_kafka_error_t.

Metadata

Metadata

Assignees

Labels

enhancementlibrdkafkaLabel for reports / issues related to C librdkafka

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions