ran

Results 50 issues of ran

# Transaction Tasks ### Kafka 2.8.0 and previous version transaction support: - [x] Transaction log https://github.com/streamnative/kop/pull/424, #716 - [ ] #915 - [x] Transaction timeout (#823) - [x] #896 -...

type/feature

# Motivation KoP transaction log and recovery.

type/feature
triage/week-7

### Motivation Currently, there are no metrics for AoP, it's hard to monitor AoP status. This PR will add metrics for AoP. ### Modifications Add below metrics for AoP. MetricsLabel...

doc-required
release/2.10.x

### Motivation Currently, the async method `consumer.handleFlow(DEFAULT_CONSUMER_PERMIT);` in basic consume command operation doesn't handle in an async way, this may cause NPE problem in the subsequent process. ### Modifications Start...

no-need-doc

### Motivation Currently, the cursor of the exchange is a non-durable cursor, this will cause lost exchange data. ### Modifications Create durable cursors of the exchange topic in an async...

no-need-doc
release/2.10.x

Support exchange properties

type/feature

Support queue purge

type/feature

Delete queue topic and cleanup all bound data.

type/feature

Support queue bind properties

type/feature

Support exclusive queue check. Support exclusive queue auto-delete when connection close.

type/feature