You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.
Pulsar natively supports topic unloading, kafka currently does and it's requested feature, this protocol handler should be able to offer this capability to kafka.
…813)
I noticed this thread leak during the executions of the tests
```
"Thread-3" #163 prio=5 os_prio=0 tid=0x00007f0c34011800 nid=0x603a sleeping[0x00007f0c0dea4000]
java.lang.Thread.State: TIMED_WAITING (sleeping)
at java.lang.Thread.sleep(Native Method)
at io.streamnative.pulsar.handlers.kop.coordinator.transaction.TransactionMarkerChannelManager.lambda$new$0(TransactionMarkerChannelManager.java:148)
at io.streamnative.pulsar.handlers.kop.coordinator.transaction.TransactionMarkerChannelManager$$Lambda$624/1475886210.run(Unknown Source)
at java.lang.Thread.run(Thread.java:748)
```
this patch fixes the problem
Co-authored-by: Enrico Olivelli <[email protected]>
…813)
I noticed this thread leak during the executions of the tests
```
"Thread-3" #163 prio=5 os_prio=0 tid=0x00007f0c34011800 nid=0x603a sleeping[0x00007f0c0dea4000]
java.lang.Thread.State: TIMED_WAITING (sleeping)
at java.lang.Thread.sleep(Native Method)
at io.streamnative.pulsar.handlers.kop.coordinator.transaction.TransactionMarkerChannelManager.lambda$new$0(TransactionMarkerChannelManager.java:148)
at io.streamnative.pulsar.handlers.kop.coordinator.transaction.TransactionMarkerChannelManager$$Lambda$624/1475886210.run(Unknown Source)
at java.lang.Thread.run(Thread.java:748)
```
this patch fixes the problem
Co-authored-by: Enrico Olivelli <[email protected]>
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Pulsar natively supports topic unloading, kafka currently does and it's requested feature, this protocol handler should be able to offer this capability to kafka.
https://issues.apache.org/jira/browse/KAFKA-560
Write a integration test to validate this and add supporting documentation for this use case.
The text was updated successfully, but these errors were encountered: