[
https://issues.apache.org/jira/browse/KAFKA-9453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Boyang Chen updated KAFKA-9453:
-------------------------------
Description:
After 447, one of the big improvement is that we are no longer requiring single
writer scope guarantee, so that user doesn't have to configure a unique
transactional.id for transaction safety.
In fact, without security concern, we could even avoid using initTransaction
API as well.
We could combine with https://issues.apache.org/jira/browse/KAFKA-9454 as well
to post a KIP on this as well.
was:
After 447, one of the big improvement is that we are no longer requiring single
writer scope guarantee, so that user doesn't have to configure a unique
transactional.id for transaction safety.
In fact, without security concern, we could even avoid using initTransaction
API as well.
> Make transaction.id optional in group mode EOS
> ----------------------------------------------
>
> Key: KAFKA-9453
> URL: https://issues.apache.org/jira/browse/KAFKA-9453
> Project: Kafka
> Issue Type: Improvement
> Reporter: Boyang Chen
> Priority: Major
> Labels: needs-kip
>
> After 447, one of the big improvement is that we are no longer requiring
> single writer scope guarantee, so that user doesn't have to configure a
> unique transactional.id for transaction safety.
> In fact, without security concern, we could even avoid using initTransaction
> API as well.
> We could combine with https://issues.apache.org/jira/browse/KAFKA-9454 as
> well to post a KIP on this as well.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)