Confluent-kafka-dotnet: No public method available on producer to produce with timestamp.

Created on 31 Jan 2018  路  3Comments  路  Source: confluentinc/confluent-kafka-dotnet

Description

It's currently impossible from another assembly to produce message with a custom Creation Time because the produce method on the producer class is internal.

Is there any reason this feature is not exposed yet ?

Checklist

Please provide the following information:

  • [x] Confluent.Kafka nuget version: 0.11.3.0
  • [x] Apache Kafka version: 0.10.1
  • [x] Client configuration:
  • [x] Operating system: Windows

Most helpful comment

it just hasn't been implemented yet. I'm working on this right now, expect it soon.

All 3 comments

it just hasn't been implemented yet. I'm working on this right now, expect it soon.

Thanks a lot Matt.
Please Let me know if I can be of any help.
It look like the wrapper is already setup to call rd_kafka_producev with timestamp.

the relevant PR is #431. Keep an eye on that.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

alfhv picture alfhv  路  3Comments

Eibwen picture Eibwen  路  3Comments

keggster101020 picture keggster101020  路  4Comments

Marusyk picture Marusyk  路  3Comments

ietvijay picture ietvijay  路  3Comments