Will the message to be sent to Kafka change if an update occurs during KafkaExport?

Will the message to be sent to Kafka change if an update occurs during KafkaExport?
example
---KafkaExport(a,b,c,d) ----- a sent ---------- b send --------- ? ---------------- d send -------------->
---------------------------------------c is updated to c1 before c is delivered ------------------------->
0