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: airbyte-cdk/java/airbyte-cdk/core/src/main/kotlin/io/airbyte/cdk/integrations/destination/async/AsyncStreamConsumer.kt
Copy file name to clipboardexpand all lines: airbyte-cdk/java/airbyte-cdk/core/src/main/kotlin/io/airbyte/cdk/integrations/destination/async/StreamDescriptorUtils.kt
Copy file name to clipboardexpand all lines: airbyte-cdk/java/airbyte-cdk/core/src/main/kotlin/io/airbyte/cdk/integrations/destination/async/buffers/BufferEnqueue.kt
Copy file name to clipboardexpand all lines: airbyte-cdk/java/airbyte-cdk/core/src/main/kotlin/io/airbyte/cdk/integrations/destination/async/buffers/BufferManager.kt
+6-1
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,11 @@ private val logger = KotlinLogging.logger {}
22
22
classBufferManager
23
23
@JvmOverloads
24
24
constructor(
25
+
/**
26
+
* This probably doesn't belong here, but it's the easiest place where both [BufferEnqueue] and
27
+
* [io.airbyte.cdk.integrations.destination.async.AsyncStreamConsumer] can both get to it.
Copy file name to clipboardexpand all lines: airbyte-cdk/java/airbyte-cdk/core/src/main/kotlin/io/airbyte/cdk/integrations/destination/async/state/GlobalAsyncStateManager.kt
Copy file name to clipboardexpand all lines: airbyte-cdk/java/airbyte-cdk/core/src/main/kotlin/io/airbyte/cdk/integrations/util/ConfiguredCatalogUtil.kt
Copy file name to clipboardexpand all lines: airbyte-cdk/java/airbyte-cdk/core/src/test/kotlin/io/airbyte/cdk/integrations/destination/async/AsyncStreamConsumerTest.kt
0 commit comments