public CommittablePartitionedSourceIntegrationTests(ITestOutputHelper output, KafkaFixture fixture)
     : base(nameof(CommittablePartitionedSourceIntegrationTests), output, fixture)
 {
 }
Ejemplo n.º 2
0
 public PlainPartitionedSourceIntegrationTests(ITestOutputHelper output, KafkaFixture fixture)
     : base(nameof(PlainPartitionedSourceIntegrationTests), output, fixture)
 {
 }
 public FlowWithContextIntegrationTests(ITestOutputHelper output, KafkaFixture fixture)
     : base(nameof(FlowWithContextIntegrationTests), output, fixture)
 {
 }
Ejemplo n.º 4
0
 public CommitterFlowIntegrationTests(ITestOutputHelper output, KafkaFixture fixture)
     : base(nameof(CommitterFlowIntegrationTests), output, fixture)
 {
 }
 public ExternalPlainSourceIntegrationTests(ITestOutputHelper output, KafkaFixture fixture)
     : base(nameof(ExternalPlainSourceIntegrationTests), output, fixture)
 {
 }
 public AtMostOnceSourceIntegrationTests(ITestOutputHelper output, KafkaFixture fixture)
     : base(nameof(AtMostOnceSourceIntegrationTests), output, fixture)
 {
 }
 public TransactionalIntegrationTests(ITestOutputHelper output, KafkaFixture fixture)
     : base(nameof(TransactionalIntegrationTests), output, fixture)
 {
 }
 public ExternalPlainSourceIntegrationTests(ITestOutputHelper output, KafkaFixture fixture)
     : base(nameof(ExternalPlainSourceIntegrationTests), output, fixture)
 {
     _defaultDecider = new DefaultConsumerDecider(true).Decide;
 }
Ejemplo n.º 9
0
 /// <summary>
 /// CommitWithMetadataSourceIntegrationTests
 /// </summary>
 public CommitWithMetadataSourceIntegrationTests(ITestOutputHelper output, KafkaFixture fixture)
     : base(nameof(CommitWithMetadataSourceIntegrationTests), output, fixture)
 {
 }
 public PlainSinkIntegrationTests(ITestOutputHelper output, KafkaFixture fixture)
     : base(null, output, fixture)
 {
 }
 public SourceWithOffsetContextIntegrationTests(ITestOutputHelper output, KafkaFixture fixture)
     : base(nameof(SourceWithOffsetContextIntegrationTests), output, fixture)
 {
 }