DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
- The public interface is new one so there are no compatibility issues.
- The ProduceRequest already contains an acks field so we don't need add any additional change at PRC-level [link].
Performance issue
- There is no performance issue since we will group the same acks batches to broker.
- producer request is asynchronous operation so we do not wait the response.
Test Plan
- Relevant unit tests and integration tests will be added to demonstrate the functionality.
...