ChickenchickenLove

Results 10 issues of ChickenchickenLove

### Description - The release notes refer to `v0.28.2` Tag, and `0.28.2-ksqlDB` branch is a forward branch from `v0.28.2` Tag. however, it seems that a PR related to the dependency...

### Introduction Hi, Spring Team. This is chickenchickenlove, huge fan of you guys. I saw this issue ([Support kafka parallel-consumer](https://github.com/spring-projects/spring-kafka/issues/2381)), and this comment as well! > No plans currently; but...

type: enhancement

### Motivation: - https://github.com/spring-projects/spring-kafka/issues/2806 - In the current `batch` mode, even if the `RecordFilterStrategy` filters all records resulting in an `Empty List` being returned, the `KafkaListener` is still invoked. In...

### Motivation: - In the past, users could get a value from `ServiceRequestContext` by using `ServiceRequestContext.attr(key)`. however, if it were possible to inject values which in `ServiceRequestContext` into method parameters...

new feature
sprint

### Motivation: - Related Issue : https://github.com/line/armeria/issues/5145 - `Armeria` already support context-propagation to maintain `RequestContext` during executing Reactor code. How it requires maintenance. - `Reactor` integrate `micro-meter:context-propagation` to do context-propagation...

new feature
sprint
Stale

From this [PR](https://github.com/line/armeria/pull/5577), `Aremeria` will support `micro-meter:context-propagation`. However, there is no documentation for `context-propagation`. @minwoox recommend to write docs for `context-propagation` like comments below. We could add a dedicated page...

### Motivation: - Currently, `armeria` supports only `1-depth` context paths. Sometimes, user want deeper context paths than 1-depth when they use `contextPaths()`. ### Modifications: - Make `ContextPathServiceBuilder` tree to support...

new feature

Motivation: - If host(), authority() never return null, `host()`, `authority()` will become stableAPI. Modifications: - `host()`, `authority()` of `ClientRequestContext` will throw `IllegalStateException` if `host`, `authority` are null. - Remove annotations...

improvement
breaking change

### Motivation: Because of #6372 . ### Modifications: - Add new class `ClientMetrics`. - `HttpClientFactory` has `ClientMetrics` as its field. - `HttpChannelPool` has `ClientMetrics` as its field. - `HttpChannelPool` calls...

### Background This PR addresses the limitation where `StreamsBuilder` throws a `TopologyException` when multiple source nodes subscribe to overlapping but not identical sets of topics. For example, the following code...

streams
triage
needs-attention