-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
produce
does not have timestamp
#7
Comments
Merged
and is it a problem to use producev? |
No problem |
It is just porting artifact. |
The prototype will look like: ErrorCode produce(Topic topic, int partition, void[] payload,
const(void)[] key = null,
long timestamp = Clock.currTime(UTC()).toUnixTime!long,
int msgflags = MsgOpt.copy, void* msg_opaque = null) with default parameter: |
yep please port |
@9il is this in now? |
No, I commented this change because it does not work. Will update examples first, and then try again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
D wrapper as CPP wrapper successor uses
rd_kafka_produce
instead of new variadic interface that have timestamp support.The text was updated successfully, but these errors were encountered: