[ 
https://issues.apache.org/jira/browse/KAFKA-7379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16612167#comment-16612167
 ] 

ASF GitHub Bot commented on KAFKA-7379:
---------------------------------------

aai95 opened a new pull request #5643: [KAFKA-7379] [streams] send.buffer.bytes 
should be allowed to set -1 in KafkaStreams
URL: https://github.com/apache/kafka/pull/5643
 
 
   *atLeast(0) were replaced by atLeast(-1) in 
org.apache.kafka.streams.StreamsConfig*
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> send.buffer.bytes should be allowed to set -1 in KafkaStreams
> -------------------------------------------------------------
>
>                 Key: KAFKA-7379
>                 URL: https://issues.apache.org/jira/browse/KAFKA-7379
>             Project: Kafka
>          Issue Type: Bug
>          Components: streams
>    Affects Versions: 0.10.2.2, 0.11.0.3, 1.0.2, 1.1.1, 2.0.0
>            Reporter: Badai Aqrandista
>            Assignee: Aleksei Izmalkin
>            Priority: Minor
>              Labels: beginner, easyfix, newbie
>
> send.buffer.bytes and receive.buffer.bytes are declared with atLeast(0) 
> constraint in StreamsConfig, whereas -1 should be also allowed to set. This 
> is like KAFKA-6891.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to