[GitHub] [kafka] upsidedownsmile commented on pull request #11375: KAFKA-10865: Log transformed record in WorkerSinkTask

2021-10-10 Thread GitBox


upsidedownsmile commented on pull request #11375:
URL: https://github.com/apache/kafka/pull/11375#issuecomment-939527613


   @ableegoldman could you review this please?


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [kafka] dongjinleekr opened a new pull request #11388: KAFKA-13361: Support fine-grained compression options

2021-10-10 Thread GitBox


dongjinleekr opened a new pull request #11388:
URL: https://github.com/apache/kafka/pull/11388


   see: [KIP-780: Support fine-grained compression 
options](https://cwiki.apache.org/confluence/display/KAFKA/KIP-780%3A+Support+fine-grained+compression+options)
   
   ### 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 to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [kafka] satishd commented on pull request #11058: KAFKA-12802 Added a file based cache for consumed remote log metadata for each partition to avoid consuming again incase of broker restarts.

2021-10-10 Thread GitBox


satishd commented on pull request #11058:
URL: https://github.com/apache/kafka/pull/11058#issuecomment-939474720


   Thanks @junrao for your comment, Addressed with the latest commit. 


-- 
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: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[jira] [Updated] (KAFKA-13361) Support fine-grained compression options

2021-10-10 Thread Dongjin Lee (Jira)


 [ 
https://issues.apache.org/jira/browse/KAFKA-13361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dongjin Lee updated KAFKA-13361:

Labels: needs-kip  (was: )

> Support fine-grained compression options
> 
>
> Key: KAFKA-13361
> URL: https://issues.apache.org/jira/browse/KAFKA-13361
> Project: Kafka
>  Issue Type: Improvement
>  Components: clients, core
>Reporter: Dongjin Lee
>Assignee: Dongjin Lee
>Priority: Major
>  Labels: needs-kip
>
> Adds the following options into the Producer, Broker, and Topic 
> configurations:
>  * compression.gzip.buffer: the buffer size that feeds raw input into the 
> Deflator or is fed by the uncompressed output from the Deflator. (available: 
> [512, ), default: 8192(=8kb).)
>  * compression.snappy.block: the block size that snappy uses. (available: 
> [1024, ), default: 32768(=32kb).)
>  * compression.lz4.block: the block size that lz4 uses. (available: [4, 7], 
> (means 64kb, 256kb, 1mb, 4mb respectively), default: 4.)
>  * compression.zstd.window: enables long mode; the log of the window size 
> that zstd uses to memorize the compressing data. (available: [10, 22], 
> default: 0 (disables long mode.))
> All of the above are different but somewhat in common from the point of 
> compression process in that it impacts the memorize size during the process.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Created] (KAFKA-13361) Support fine-grained compression options

2021-10-10 Thread Dongjin Lee (Jira)
Dongjin Lee created KAFKA-13361:
---

 Summary: Support fine-grained compression options
 Key: KAFKA-13361
 URL: https://issues.apache.org/jira/browse/KAFKA-13361
 Project: Kafka
  Issue Type: Improvement
  Components: clients, core
Reporter: Dongjin Lee
Assignee: Dongjin Lee


Adds the following options into the Producer, Broker, and Topic configurations:
 * compression.gzip.buffer: the buffer size that feeds raw input into the 
Deflator or is fed by the uncompressed output from the Deflator. (available: 
[512, ), default: 8192(=8kb).)
 * compression.snappy.block: the block size that snappy uses. (available: 
[1024, ), default: 32768(=32kb).)
 * compression.lz4.block: the block size that lz4 uses. (available: [4, 7], 
(means 64kb, 256kb, 1mb, 4mb respectively), default: 4.)
 * compression.zstd.window: enables long mode; the log of the window size that 
zstd uses to memorize the compressing data. (available: [10, 22], default: 0 
(disables long mode.))

All of the above are different but somewhat in common from the point of 
compression process in that it impacts the memorize size during the process.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)