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
Copy file name to clipboardexpand all lines: extensions-contrib/rabbit-stream-indexing-service/src/main/java/org/apache/druid/indexing/rabbitstream/IncrementalPublishingRabbitStreamIndexTaskRunner.java
Copy file name to clipboardexpand all lines: extensions-contrib/rabbit-stream-indexing-service/src/main/java/org/apache/druid/indexing/rabbitstream/RabbitStreamIndexTaskModule.java
Copy file name to clipboardexpand all lines: extensions-contrib/rabbit-stream-indexing-service/src/main/java/org/apache/druid/indexing/rabbitstream/RabbitStreamIndexTaskTuningConfig.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -42,13 +42,13 @@ public class RabbitStreamIndexTaskTuningConfig extends SeekableStreamIndexTaskTu
42
42
staticfinalintASSUMED_RECORD_SIZE = 10_000;
43
43
44
44
/**
45
-
* Together with {@link KinesisIndexTaskIOConfig#RECORD_FETCH_MEMORY_MAX_HEAP_FRACTION}, don't take up more
45
+
* Together with {@link RabbitStreamIndexTaskIOConfig#RECORD_FETCH_MEMORY_MAX_HEAP_FRACTION}, don't take up more
Copy file name to clipboardexpand all lines: extensions-contrib/rabbit-stream-indexing-service/src/main/java/org/apache/druid/indexing/rabbitstream/RabbitStreamRecordSupplier.java
Copy file name to clipboardexpand all lines: extensions-contrib/rabbit-stream-indexing-service/src/main/java/org/apache/druid/indexing/rabbitstream/supervisor/RabbitStreamSupervisor.java
+6-5
Original file line number
Diff line number
Diff line change
@@ -72,15 +72,15 @@
72
72
importjava.util.stream.Collectors;
73
73
74
74
/**
75
-
* Supervisor responsible for managing the KafkaIndexTasks for a single
75
+
* Supervisor responsible for managing the RabbitStreamIndexTasks for a single
76
76
* dataSource. At a high level, the class accepts a
77
-
* {@link RabbitStreamSupervisorSpec} which includes the Kafka topic and
77
+
* {@link RabbitStreamSupervisorSpec} which includes the rabbit super stream and
78
78
* configuration as well as an ingestion spec which will be used to generate the
79
-
* indexing tasks. The run loop periodically refreshes its view of the Kafka
80
-
* topic's partitions and the list of running indexing tasks and ensures that
79
+
* indexing tasks. The run loop periodically refreshes its view of the super stream's
80
+
* partitions and the list of running indexing tasks and ensures that
81
81
* all partitions are being read from and that there are enough tasks to satisfy
82
82
* the desired number of replicas. As tasks complete, new tasks are queued to
83
-
* process the next range of Kafka offsets.
83
+
* process the next range of rabbit stream offsets.
Copy file name to clipboardexpand all lines: extensions-contrib/rabbit-stream-indexing-service/src/main/java/org/apache/druid/indexing/rabbitstream/supervisor/RabbitStreamSupervisorIOConfig.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -83,8 +83,8 @@ public RabbitStreamSupervisorIOConfig(
0 commit comments