bbejeck opened a new pull request, #21777:
URL: https://github.com/apache/kafka/pull/21777

   This PR fixes a bug identified during reviews but was missed addressing 
comments
   
     Bug: always returns HEADERS when dslStoreFormat() is non-null
     `final DslStoreFormat storeFormat = dslStoreFormat() == null ? 
DslStoreFormat.PLAIN : DslStoreFormat.HEADERS;`
   
     Fix:
     `final DslStoreFormat storeFormat = dslStoreFormat() == null ? 
DslStoreFormat.PLAIN : dslStoreFormat();`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to