AutoMQ / automq

AutoMQ is a cloud-first alternative to Kafka by decoupling durability to S3 and EBS. 10x cost-effective. Autoscale in seconds. Single-digit ms latency.
https://www.automq.com/docs
Other
3.59k stars 177 forks source link

Log level & isXXEnable #148

Open superhx opened 1 year ago

superhx commented 1 year ago

Search all LOGGER.debug in s3stream module and add LOGGER.isDebugEnabled() check for them

arunlakshman commented 4 months ago

Hi @superhx, Can you provide some additional details on this task. I am planning to pick this up

superhx commented 4 months ago

Hi @superhx, Can you provide some additional details on this task. I am planning to pick this up

Done

arunlakshman commented 4 months ago

Thanks @superhx. I am facing issue with scala version setup in my desktop. Do you have any pointer or guide for local IDE setup

KaimingWan commented 4 months ago

@arunlakshman Hi,our document CONTRIBUTING_GUIDE is updated and added a new section Local Debug with IDEA. You can check this section to learn how to setup your local environment to debug AutoMQ.