buffer-trigger icon indicating copy to clipboard operation
buffer-trigger copied to clipboard

Results 9 buffer-trigger issues
Sort by recently updated
recently updated
newest added

Bumps logback-classic from 1.1.8 to 1.2.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ch.qos.logback:logback-classic&package-manager=maven&previous-version=1.1.8&new-version=1.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

可以稳定复现的场景是这样的: ``` public class TestTrigger { private AtomicLong enqueueCount = new AtomicLong(); private AtomicLong consumeCount = new AtomicLong(); private AtomicLong rejectCount = new AtomicLong(); private BufferTrigger buffer = BufferTrigger.simple() .name("test-trigger")...

因为每台机器都会enqueue() 这也意味着每台机器都会触发Trigger的逻辑, 只能用在MQ的消费逻辑的enqueue() 做别的业务批量处理逻辑吗?

Bumps [guava](https://github.com/google/guava) from 28.1-jre to 29.0-jre. Release notes Sourced from guava's releases. 29.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>29.0-jre</version> <!-- or, for Android: --> <version>29.0-android</version> </dependency> Javadoc 29.0-jre 29.0-android JDiff 29.0-jre...

dependencies

**version:** lastest **JVM version (java -version):** 1.8 **Description of the problem including expected versus actual behavior:** **expected behavior** consumer function is called when the batchSize is reached or the linger...

**version:** lastest **JVM version (java -version):** 1.8 **Description of the problem including expected versus actual behavior:** I constructed BatchConsumeBlockingQueueTrigger with the following arguments: **batchSize:1000 lingerMs:5000** The enqueue qps is **200/s**...

Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.1.8 to 1.2.13. Commits 2648b9e prepare release 1.2.13 bb09515 fix CVE-2023-6378 4573294 start work on 1.2.13-SNAPSHOT a388193 Merge branch 'branch_1.2.x' of github.com:qos-ch/logback into branch_1.2.x de44dc4 prepare release...

dependencies

Hi `PhantomThief/buffer-trigger`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...