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
Introduce a ENABLE_VIRTUAL_THREADS env variable to enable virtual threads, default to real threads for now (#3882)
* Fix profiler job
Signed-off-by: Pierangelo Di Pilato <[email protected]>
* Use async logger
Signed-off-by: Pierangelo Di Pilato <[email protected]>
* Use real threads for profiling job
Signed-off-by: Pierangelo Di Pilato <[email protected]>
* Info level logging for profiler job
Signed-off-by: Pierangelo Di Pilato <[email protected]>
* Format java
Signed-off-by: Pierangelo Di Pilato <[email protected]>
* Artifact log per event
Signed-off-by: Pierangelo Di Pilato <[email protected]>
* Enable virtual threads flag
Signed-off-by: Pierangelo Di Pilato <[email protected]>
* Use and handle consumer wakeup
Signed-off-by: Pierangelo Di Pilato <[email protected]>
* Allow closing consumer only once
Signed-off-by: Pierangelo Di Pilato <[email protected]>
---------
Signed-off-by: Pierangelo Di Pilato <[email protected]>
Copy file name to clipboardExpand all lines: data-plane/dispatcher-loom/src/main/java/dev/knative/eventing/kafka/broker/dispatcherloom/LoomKafkaConsumer.java
+15-7Lines changed: 15 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -45,13 +45,19 @@ public class LoomKafkaConsumer<K, V> implements ReactiveKafkaConsumer<K, V> {
Copy file name to clipboardExpand all lines: data-plane/dispatcher/src/main/java/dev/knative/eventing/kafka/broker/dispatcher/impl/consumer/OrderedConsumerVerticle.java
Copy file name to clipboardExpand all lines: data-plane/dispatcher/src/main/java/dev/knative/eventing/kafka/broker/dispatcher/impl/consumer/UnorderedConsumerVerticle.java
Copy file name to clipboardExpand all lines: data-plane/receiver-loom/src/main/java/dev/knative/eventing/kafka/broker/receiverloom/LoomKafkaProducer.java
0 commit comments