diff --git a/docs/api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.IKafkaSingletonOptions.html b/docs/api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.IKafkaSingletonOptions.html index 079bb893..41b17c1a 100644 --- a/docs/api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.IKafkaSingletonOptions.html +++ b/docs/api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.IKafkaSingletonOptions.html @@ -173,12 +173,42 @@
Property Value
+ + | + Improve this Doc + + + View Source + + +

DefaultConsumerInstances

+
+
+
Declaration
+
+
int? DefaultConsumerInstances { get; }
+
+
Property Value
+ + + + + + + + + + + + + +
TypeDescription
Nullable<Int32>
| Improve this Doc - View Source + View Source

DefaultNumPartitions

@@ -208,7 +238,7 @@
Property Value
Improve this Doc - View Source + View Source

DefaultReplicationFactor

@@ -268,7 +298,7 @@
Property Value
Improve this Doc - View Source + View Source

ProducerConfigBuilder

@@ -298,7 +328,7 @@
Property Value
Improve this Doc - View Source + View Source

StreamsConfigBuilder

@@ -328,7 +358,7 @@
Property Value
Improve this Doc - View Source + View Source

TopicConfigBuilder

@@ -353,6 +383,36 @@
Property Value
+ + | + Improve this Doc + + + View Source + + +

UseCompactedReplicator

+
+
+
Declaration
+
+
bool UseCompactedReplicator { get; }
+
+
Property Value
+ + + + + + + + + + + + + +
TypeDescription
Boolean
| Improve this Doc @@ -388,7 +448,7 @@
Property Value
Improve this Doc
- View Source + View Source

UsePersistentStorage

diff --git a/docs/api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.html b/docs/api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.html index 53a9417b..b8713345 100644 --- a/docs/api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.html +++ b/docs/api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.html @@ -142,7 +142,7 @@

Properties Improve this Doc - View Source + View Source

ApplicationId

@@ -172,7 +172,7 @@
Property Value
Improve this Doc - View Source + View Source

BootstrapServers

@@ -202,7 +202,7 @@
Property Value
Improve this Doc - View Source + View Source

ClusterId

@@ -232,7 +232,7 @@
Property Value
Improve this Doc - View Source + View Source

DatabaseName

@@ -257,12 +257,42 @@
Property Value
+ + | + Improve this Doc + + + View Source + + +

DefaultConsumerInstances

+
+
+
Declaration
+
+
public virtual int? DefaultConsumerInstances { get; }
+
+
Property Value
+ + + + + + + + + + + + + +
TypeDescription
Nullable<Int32>
| Improve this Doc - View Source + View Source

DefaultNumPartitions

@@ -292,7 +322,7 @@
Property Value
Improve this Doc - View Source + View Source

DefaultReplicationFactor

@@ -322,7 +352,7 @@
Property Value
Improve this Doc - View Source + View Source

Info

@@ -352,7 +382,7 @@
Property Value
Improve this Doc - View Source + View Source

ProducerByEntity

@@ -382,7 +412,7 @@
Property Value
Improve this Doc - View Source + View Source

ProducerConfigBuilder

@@ -412,7 +442,7 @@
Property Value
Improve this Doc - View Source + View Source

StreamsConfigBuilder

@@ -442,7 +472,7 @@
Property Value
Improve this Doc - View Source + View Source

TopicConfigBuilder

@@ -467,12 +497,42 @@
Property Value
+ + | + Improve this Doc + + + View Source + + +

UseCompactedReplicator

+
+
+
Declaration
+
+
public virtual bool UseCompactedReplicator { get; }
+
+
Property Value
+ + + + + + + + + + + + + +
TypeDescription
Boolean
| Improve this Doc - View Source + View Source

UseNameMatching

@@ -502,7 +562,7 @@
Property Value
Improve this Doc - View Source + View Source

UsePersistentStorage

@@ -534,7 +594,7 @@

Methods Improve this Doc - View Source + View Source

ApplyServices(IServiceCollection)

@@ -566,7 +626,7 @@
Parameters
Improve this Doc - View Source + View Source

Clone()

@@ -596,7 +656,7 @@
Returns
Improve this Doc - View Source + View Source

ProducerOptions()

@@ -626,7 +686,7 @@
Returns
Improve this Doc - View Source + View Source

StreamsOptions(IEntityType)

@@ -673,7 +733,7 @@
Returns
Improve this Doc - View Source + View Source

StreamsOptions(String)

@@ -720,7 +780,7 @@
Returns
Improve this Doc - View Source + View Source

Validate(IDbContextOptions)

@@ -752,7 +812,7 @@
Parameters
Improve this Doc - View Source + View Source

WithApplicationId(String)

@@ -799,7 +859,7 @@
Returns
Improve this Doc - View Source + View Source

WithBootstrapServers(String)

@@ -841,12 +901,59 @@
Returns
+ + | + Improve this Doc + + + View Source + + +

WithCompactedReplicator(Boolean)

+
+
+
Declaration
+
+
public virtual KafkaOptionsExtension WithCompactedReplicator(bool useCompactedReplicator = false)
+
+
Parameters
+ + + + + + + + + + + + + + + +
TypeNameDescription
BooleanuseCompactedReplicator
+
Returns
+ + + + + + + + + + + + + +
TypeDescription
KafkaOptionsExtension
| Improve this Doc - View Source + View Source

WithDatabaseName(String)

@@ -888,12 +995,59 @@
Returns
+ + | + Improve this Doc + + + View Source + + +

WithDefaultConsumerInstances(Nullable<Int32>)

+
+
+
Declaration
+
+
public virtual KafkaOptionsExtension WithDefaultConsumerInstances(int? defaultConsumerInstances = null)
+
+
Parameters
+ + + + + + + + + + + + + + + +
TypeNameDescription
Nullable<Int32>defaultConsumerInstances
+
Returns
+ + + + + + + + + + + + + +
TypeDescription
KafkaOptionsExtension
| Improve this Doc - View Source + View Source

WithDefaultNumPartitions(Int32)

@@ -940,7 +1094,7 @@
Returns
Improve this Doc - View Source + View Source

WithDefaultReplicationFactor(Int16)

@@ -987,7 +1141,7 @@
Returns
Improve this Doc - View Source + View Source

WithProducerByEntity(Boolean)

@@ -1034,7 +1188,7 @@
Returns
Improve this Doc - View Source + View Source

WithProducerConfig(ProducerConfigBuilder)

@@ -1081,7 +1235,7 @@
Returns
Improve this Doc - View Source + View Source

WithStreamsConfig(StreamsConfigBuilder)

@@ -1128,7 +1282,7 @@
Returns
Improve this Doc - View Source + View Source

WithTopicConfig(TopicConfigBuilder)

@@ -1175,7 +1329,7 @@
Returns
Improve this Doc - View Source + View Source

WithUseNameMatching(Boolean)

@@ -1222,7 +1376,7 @@
Returns
Improve this Doc - View Source + View Source

WithUsePersistentStorage(Boolean)

@@ -1275,7 +1429,7 @@
Returns
Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaSingletonOptions.html b/docs/api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaSingletonOptions.html index 7ab0362d..1bbd042f 100644 --- a/docs/api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaSingletonOptions.html +++ b/docs/api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaSingletonOptions.html @@ -122,7 +122,7 @@

    Properties Improve this Doc - View Source + View Source

    ApplicationId

    @@ -152,7 +152,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    BootstrapServers

    @@ -182,7 +182,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    DatabaseName

    @@ -207,12 +207,42 @@
    Property Value
    + + | + Improve this Doc + + + View Source + + +

    DefaultConsumerInstances

    +
    +
    +
    Declaration
    +
    +
    public virtual int? DefaultConsumerInstances { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    Nullable<Int32>
    | Improve this Doc - View Source + View Source

    DefaultNumPartitions

    @@ -242,7 +272,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    DefaultReplicationFactor

    @@ -272,7 +302,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    ProducerByEntity

    @@ -302,7 +332,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    ProducerConfigBuilder

    @@ -332,7 +362,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    StreamsConfigBuilder

    @@ -362,7 +392,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    TopicConfigBuilder

    @@ -387,12 +417,42 @@
    Property Value
    + + | + Improve this Doc + + + View Source + + +

    UseCompactedReplicator

    +
    +
    +
    Declaration
    +
    +
    public virtual bool UseCompactedReplicator { get; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    Boolean
    | Improve this Doc - View Source + View Source

    UseNameMatching

    @@ -422,7 +482,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    UsePersistentStorage

    @@ -486,7 +546,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Validate(IDbContextOptions)

    diff --git a/docs/api/MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.html b/docs/api/MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.html index 4d27137b..4c1ab61b 100644 --- a/docs/api/MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.html +++ b/docs/api/MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.html @@ -87,6 +87,55 @@
    Syn
    public class KafkaDbContext : DbContext
    +

    Constructors +

    + + | + Improve this Doc + + + View Source + + +

    KafkaDbContext()

    +
    +
    +
    Declaration
    +
    +
    public KafkaDbContext()
    +
    + + | + Improve this Doc + + + View Source + + +

    KafkaDbContext(DbContextOptions)

    +
    +
    +
    Declaration
    +
    +
    public KafkaDbContext(DbContextOptions options)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    DbContextOptionsoptions

    Properties

    @@ -94,7 +143,7 @@

    Properties Improve this Doc - View Source + View Source

    ApplicationId

    @@ -103,7 +152,7 @@

    Declaration
    -
    public string ApplicationId { get; set; }
    +
    public virtual string ApplicationId { get; set; }
    Property Value
    @@ -125,7 +174,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    BootstrapServers

    @@ -134,7 +183,7 @@

    Declaration
    -
    public string BootstrapServers { get; set; }
    +
    public virtual string BootstrapServers { get; set; }
    Property Value
    @@ -156,7 +205,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    DbName

    @@ -165,7 +214,7 @@

    Declaration
    -
    public string DbName { get; set; }
    +
    public virtual string DbName { get; set; }
    Property Value
    @@ -182,12 +231,43 @@
    Property Value
    + + | + Improve this Doc + + + View Source + + +

    DefaultConsumerInstances

    +

    Database consumr instances used in conjunction with UseCompactedReplicator

    +
    +
    +
    Declaration
    +
    +
    public virtual int? DefaultConsumerInstances { get; set; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    Nullable<Int32>
    | Improve this Doc - View Source + View Source

    DefaultNumPartitions

    @@ -196,7 +276,7 @@

    Declaration
    -
    public int DefaultNumPartitions { get; set; }
    +
    public virtual int DefaultNumPartitions { get; set; }
    Property Value
    @@ -218,7 +298,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    DefaultReplicationFactor

    @@ -227,7 +307,7 @@

    Declaration
    -
    public short DefaultReplicationFactor { get; set; }
    +
    public virtual short DefaultReplicationFactor { get; set; }
    Property Value
    @@ -249,15 +329,16 @@
    Property Value
    Improve this Doc - View Source + View Source

    ProducerConfigBuilder

    -
    +

    The optional ProducerConfigBuilder

    +
    Declaration
    -
    public ProducerConfigBuilder ProducerConfigBuilder { get; set; }
    +
    public virtual ProducerConfigBuilder ProducerConfigBuilder { get; set; }
    Property Value
    @@ -279,15 +360,16 @@
    Property Value
    Improve this Doc - View Source + View Source

    StreamsConfigBuilder

    -
    +

    The optional StreamsConfigBuilder

    +
    Declaration
    -
    public StreamsConfigBuilder StreamsConfigBuilder { get; set; }
    +
    public virtual StreamsConfigBuilder StreamsConfigBuilder { get; set; }
    Property Value
    @@ -309,15 +391,16 @@
    Property Value
    Improve this Doc - View Source + View Source

    TopicConfigBuilder

    -
    +

    The optional TopicConfigBuilder

    +
    Declaration
    -
    public TopicConfigBuilder TopicConfigBuilder { get; set; }
    +
    public virtual TopicConfigBuilder TopicConfigBuilder { get; set; }
    Property Value
    @@ -334,12 +417,43 @@
    Property Value
    + + | + Improve this Doc + + + View Source + + +

    UseCompactedReplicator

    +

    Use MASES.KNet.Replicator.KNetCompactedReplicator`2 instead of Apache Kafka Streams

    +
    +
    +
    Declaration
    +
    +
    public virtual bool UseCompactedReplicator { get; set; }
    +
    +
    Property Value
    + + + + + + + + + + + + + +
    TypeDescription
    Boolean
    | Improve this Doc - View Source + View Source

    UsePersistentStorage

    @@ -348,7 +462,7 @@

    Declaration
    -
    public bool UsePersistentStorage { get; set; }
    +
    public virtual bool UsePersistentStorage { get; set; }
    Property Value
    @@ -370,7 +484,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    UseProducerByEntity

    @@ -403,7 +517,7 @@

    Methods Improve this Doc - View Source + View Source

    OnConfiguring(DbContextOptionsBuilder)

    @@ -441,7 +555,7 @@
    Parameters
    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContextOptionsBuilder.html b/docs/api/MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContextOptionsBuilder.html index e7618fd5..537ab5bc 100644 --- a/docs/api/MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContextOptionsBuilder.html +++ b/docs/api/MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContextOptionsBuilder.html @@ -293,7 +293,7 @@

    Methods Improve this Doc - View Source + View Source

    ProducerConfig(ProducerConfigBuilder)

    @@ -347,7 +347,7 @@
    Improve this Doc - View Source + View Source

    StreamsConfig(StreamsConfigBuilder)

    @@ -401,7 +401,7 @@
    Improve this Doc - View Source + View Source

    TopicConfig(TopicConfigBuilder)

    @@ -449,13 +449,121 @@
    Returns
    Remarks

    See Using DbContextOptions, and The EF Core Kafka database provider for more information and examples.

    +
    + + | + Improve this Doc + + + View Source + + +

    WithCompactedReplicator(Boolean)

    +

    Enables use of MASES.KNet.Replicator.KNetCompactedReplicator`2

    +
    +
    +
    Declaration
    +
    +
    public virtual KafkaDbContextOptionsBuilder WithCompactedReplicator(bool useCompactedReplicator = false)
    +
    +
    Parameters
    +
    + + + + + + + + + + + + + + +
    TypeNameDescription
    BooleanuseCompactedReplicator

    If true then MASES.KNet.Replicator.KNetCompactedReplicator`2 will be used instead of Apache Kafka Streams.

    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    KafkaDbContextOptionsBuilder

    The same builder instance so that multiple calls can be chained.

    +
    +
    Remarks
    +

    See Using DbContextOptions, and +The EF Core Kafka database provider for more information and examples.

    +
    + + | + Improve this Doc + + + View Source + + +

    WithDefaultConsumerInstances(Nullable<Int32>)

    +

    Defines the default number of consumer instances to be used in conjunction with WithCompactedReplicator(Boolean)

    +
    +
    +
    Declaration
    +
    +
    public virtual KafkaDbContextOptionsBuilder WithDefaultConsumerInstances(int? defaultConsumerInstances = null)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    Nullable<Int32>defaultConsumerInstances

    The default number of consumer instances to be used in conjunction with WithCompactedReplicator(Boolean)

    +
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    KafkaDbContextOptionsBuilder

    The same builder instance so that multiple calls can be chained.

    +
    +
    Remarks
    +

    See Using DbContextOptions, and +The EF Core Kafka database provider for more information and examples.

    | Improve this Doc - View Source + View Source

    WithDefaultNumPartitions(Int32)

    @@ -509,7 +617,7 @@
    Improve this Doc - View Source + View Source

    WithDefaultReplicationFactor(Int16)

    @@ -671,7 +779,7 @@
    Improve this Doc - View Source + View Source

    WithUsePersistentStorage(Boolean)

    diff --git a/docs/api/MASES.EntityFrameworkCore.KNet.KafkaEntityTypeExtensions.html b/docs/api/MASES.EntityFrameworkCore.KNet.KafkaEntityTypeExtensions.html index a45c4f42..d6b8f35a 100644 --- a/docs/api/MASES.EntityFrameworkCore.KNet.KafkaEntityTypeExtensions.html +++ b/docs/api/MASES.EntityFrameworkCore.KNet.KafkaEntityTypeExtensions.html @@ -169,6 +169,58 @@
    Returns
    + + | + Improve this Doc + + + View Source + + +

    ConsumerInstances(IEntityType, KafkaOptionsExtension)

    +
    +
    +
    Declaration
    +
    +
    public static int? ConsumerInstances(this IEntityType entityType, KafkaOptionsExtension options)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + + + + + + +
    TypeNameDescription
    IEntityTypeentityType
    KafkaOptionsExtensionoptions
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    Nullable<Int32>
    | Improve this Doc diff --git a/docs/api/MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.html b/docs/api/MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.html index a7aefc89..4801376f 100644 --- a/docs/api/MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.html +++ b/docs/api/MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.html @@ -88,7 +88,7 @@

    Methods Improve this Doc - View Source + View Source

    ConvertData(Object[])

    @@ -135,7 +135,7 @@
    Returns
    Improve this Doc
    - View Source + View Source

    Deserialize(Headers, String)

    @@ -182,12 +182,59 @@
    Returns
    + + | + Improve this Doc + + + View Source + + +

    Deserialize(String)

    +
    +
    +
    Declaration
    +
    +
    object[] Deserialize(string arg)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    Stringarg
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    Object[]
    | Improve this Doc - View Source + View Source

    Deserialize<TKey>(Headers, String)

    @@ -249,12 +296,74 @@
    Type Parameters
    + + | + Improve this Doc + + + View Source + + +

    Deserialize<TKey>(String)

    +
    +
    +
    Declaration
    +
    +
    TKey Deserialize<TKey>(string arg)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    Stringarg
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    TKey
    +
    Type Parameters
    + + + + + + + + + + + + + +
    NameDescription
    TKey
    | Improve this Doc - View Source + View Source

    Serialize(Headers, Object[])

    @@ -301,12 +410,121 @@
    Returns
    + + | + Improve this Doc + + + View Source + + +

    Serialize(Object[])

    +
    +
    +
    Declaration
    +
    +
    string Serialize(params object[] args)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    Object[]args
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    String
    + + | + Improve this Doc + + + View Source + + +

    Serialize<TKey>(TKey)

    +
    +
    +
    Declaration
    +
    +
    string Serialize<TKey>(TKey key)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    TKeykey
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    String
    +
    Type Parameters
    + + + + + + + + + + + + + +
    NameDescription
    TKey
    | Improve this Doc - View Source + View Source

    Serialize<TKey>(Headers, TKey)

    diff --git a/docs/api/MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.html b/docs/api/MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.html index 4e3a3163..41bfcd43 100644 --- a/docs/api/MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.html +++ b/docs/api/MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.html @@ -155,7 +155,7 @@

    Methods Improve this Doc - View Source + View Source

    ConvertData(Object[])

    @@ -202,7 +202,7 @@
    Returns
    Improve this Doc
    - View Source + View Source

    Deserialize(Headers, String)

    @@ -249,12 +249,59 @@
    Returns
    + + | + Improve this Doc + + + View Source + + +

    Deserialize(String)

    +
    +
    +
    Declaration
    +
    +
    public object[] Deserialize(string arg)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    Stringarg
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    Object[]
    | Improve this Doc - View Source + View Source

    Deserialize<TKey>(Headers, String)

    @@ -318,11 +365,73 @@
    Type Parameters
    | - Improve this Doc + Improve this Doc View Source + +

    Deserialize<TKey>(String)

    +
    +
    +
    Declaration
    +
    +
    public TKey Deserialize<TKey>(string arg)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    Stringarg
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    TKey
    +
    Type Parameters
    + + + + + + + + + + + + + +
    NameDescription
    TKey
    + + | + Improve this Doc + + + View Source +

    GetFullType(String)

    @@ -368,7 +477,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Serialize(Headers, Object[])

    @@ -415,12 +524,121 @@
    Returns
    + + | + Improve this Doc + + + View Source + + +

    Serialize(Object[])

    +
    +
    +
    Declaration
    +
    +
    public string Serialize(params object[] args)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    Object[]args
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    String
    + + | + Improve this Doc + + + View Source + + +

    Serialize<TKey>(TKey)

    +
    +
    +
    Declaration
    +
    +
    public string Serialize<TKey>(TKey key)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    TKeykey
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    String
    +
    Type Parameters
    + + + + + + + + + + + + + +
    NameDescription
    TKey
    | Improve this Doc - View Source + View Source

    Serialize<TKey>(Headers, TKey)

    diff --git a/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaCluster.html b/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaCluster.html index 866f0586..72016169 100644 --- a/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaCluster.html +++ b/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaCluster.html @@ -88,7 +88,7 @@

    Properties Improve this Doc - View Source + View Source

    Options

    @@ -118,7 +118,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    SerdesFactory

    @@ -145,12 +145,59 @@
    Property Value

    Methods

    + + | + Improve this Doc + + + View Source + + +

    CreateCompactedReplicator(IEntityType)

    +
    +
    +
    Declaration
    +
    +
    IKNetCompactedReplicator<string, string> CreateCompactedReplicator(IEntityType entityType)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    IEntityTypeentityType
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    MASES.KNet.Replicator.IKNetCompactedReplicator<String, String>
    | Improve this Doc - View Source + View Source

    CreateProducer(IEntityType)

    @@ -197,7 +244,7 @@
    Returns
    Improve this Doc - View Source + View Source

    CreateSerdes(IEntityType)

    @@ -244,7 +291,7 @@
    Returns
    Improve this Doc - View Source + View Source

    CreateTable(IEntityType)

    @@ -291,7 +338,7 @@
    Returns
    Improve this Doc - View Source + View Source

    EnsureConnected(IModel, IDiagnosticsLogger<DbLoggerCategory.Update>)

    @@ -343,7 +390,7 @@
    Returns
    Improve this Doc - View Source + View Source

    EnsureCreated(IUpdateAdapterFactory, IModel, IDiagnosticsLogger<DbLoggerCategory.Update>)

    @@ -400,7 +447,7 @@
    Returns
    Improve this Doc - View Source + View Source

    EnsureDeleted(IUpdateAdapterFactory, IModel, IDiagnosticsLogger<DbLoggerCategory.Update>)

    @@ -457,7 +504,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ExecuteTransaction(IList<IUpdateEntry>, IDiagnosticsLogger<DbLoggerCategory.Update>)

    @@ -509,7 +556,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetData(IEntityType)

    @@ -556,7 +603,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetIntegerValueGenerator<TProperty>(IProperty)

    @@ -624,7 +671,7 @@
    Type Parameters
    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaRowBag.html b/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaRowBag.html new file mode 100644 index 00000000..a18c3874 --- /dev/null +++ b/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaRowBag.html @@ -0,0 +1,158 @@ + + + + + + + + Interface IKafkaRowBag + | Kafka Bridge website + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaTable.html b/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaTable.html index 50592db3..0e0bca99 100644 --- a/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaTable.html +++ b/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaTable.html @@ -239,18 +239,18 @@
    Parameters
    | - Improve this Doc + Improve this Doc View Source -

    Commit(IEnumerable<ProducerRecord<String, String>>)

    +

    Commit(IEnumerable<IKafkaRowBag>)

    Declaration
    -
    IEnumerable<Future<RecordMetadata>> Commit(IEnumerable<ProducerRecord<string, string>> records)
    +
    IEnumerable<Future<RecordMetadata>> Commit(IEnumerable<IKafkaRowBag> records)
    Parameters
    @@ -263,7 +263,7 @@
    Parameters
    - + @@ -297,7 +297,7 @@

    Declaration
    -
    ProducerRecord<string, string> Create(IUpdateEntry entry)
    +
    IKafkaRowBag Create(IUpdateEntry entry)
    Parameters
    IEnumerable<Org.Apache.Kafka.Clients.Producer.ProducerRecord<String, String>>IEnumerable<IKafkaRowBag> records
    @@ -326,7 +326,7 @@
    Returns
    - + @@ -344,7 +344,7 @@

    Declaration
    -
    ProducerRecord<string, string> Delete(IUpdateEntry entry)
    +
    IKafkaRowBag Delete(IUpdateEntry entry)
    Parameters
    Org.Apache.Kafka.Clients.Producer.ProducerRecord<String, String>IKafkaRowBag
    @@ -373,7 +373,7 @@
    Returns
    - + @@ -488,7 +488,7 @@

    Declaration
    -
    ProducerRecord<string, string> Update(IUpdateEntry entry)
    +
    IKafkaRowBag Update(IUpdateEntry entry)
    Parameters
    Org.Apache.Kafka.Clients.Producer.ProducerRecord<String, String>IKafkaRowBag
    @@ -517,7 +517,7 @@
    Returns
    - + diff --git a/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaCluster.html b/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaCluster.html index 0d23baea..5cd92543 100644 --- a/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaCluster.html +++ b/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaCluster.html @@ -83,6 +83,7 @@
    Inheritance
    Implements
    IKafkaCluster
    +
    IDisposable
    Inherited Members
    @@ -121,7 +122,7 @@

    Constructors Improve this Doc - View Source + View Source

    KafkaCluster(KafkaOptionsExtension, IKafkaTableFactory, IKafkaSerdesFactory)

    @@ -165,7 +166,7 @@

    Properties Improve this Doc - View Source + View Source

    Options

    @@ -195,7 +196,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    SerdesFactory

    @@ -222,12 +223,59 @@
    Property Value
    Org.Apache.Kafka.Clients.Producer.ProducerRecord<String, String>IKafkaRowBag

    Methods

    + + | + Improve this Doc + + + View Source + + +

    CreateCompactedReplicator(IEntityType)

    +
    +
    +
    Declaration
    +
    +
    public virtual IKNetCompactedReplicator<string, string> CreateCompactedReplicator(IEntityType entityType)
    +
    +
    Parameters
    + + + + + + + + + + + + + + + +
    TypeNameDescription
    IEntityTypeentityType
    +
    Returns
    + + + + + + + + + + + + + +
    TypeDescription
    MASES.KNet.Replicator.IKNetCompactedReplicator<String, String>
    | Improve this Doc - View Source + View Source

    CreateProducer(IEntityType)

    @@ -274,7 +322,7 @@
    Returns
    Improve this Doc - View Source + View Source

    CreateSerdes(IEntityType)

    @@ -321,7 +369,7 @@
    Returns
    Improve this Doc - View Source + View Source

    CreateTable(IEntityType)

    @@ -363,12 +411,27 @@
    Returns
    + + | + Improve this Doc + + + View Source + + +

    Dispose()

    +
    +
    +
    Declaration
    +
    +
    public virtual void Dispose()
    +
    | Improve this Doc - View Source + View Source

    EnsureConnected(IModel, IDiagnosticsLogger<DbLoggerCategory.Update>)

    @@ -420,7 +483,7 @@
    Returns
    Improve this Doc - View Source + View Source

    EnsureCreated(IUpdateAdapterFactory, IModel, IDiagnosticsLogger<DbLoggerCategory.Update>)

    @@ -477,7 +540,7 @@
    Returns
    Improve this Doc - View Source + View Source

    EnsureDeleted(IUpdateAdapterFactory, IModel, IDiagnosticsLogger<DbLoggerCategory.Update>)

    @@ -534,7 +597,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ExecuteTransaction(IList<IUpdateEntry>, IDiagnosticsLogger<DbLoggerCategory.Update>)

    @@ -586,7 +649,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetData(IEntityType)

    @@ -633,7 +696,7 @@
    Returns
    Improve this Doc - View Source + View Source

    GetIntegerValueGenerator<TProperty>(IProperty)

    @@ -694,6 +757,9 @@

    Implements

    IKafkaCluster
    +
    + IDisposable +
    @@ -705,7 +771,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaDatabase.html b/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaDatabase.html index 4ac9f9cd..407ae0e6 100644 --- a/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaDatabase.html +++ b/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaDatabase.html @@ -84,6 +84,7 @@
    Inheritance
    Implements
    IKafkaDatabase
    IDatabase
    +
    IDisposable
    Namespace: MASES.EntityFrameworkCore.KNet.Storage.Internal
    Assembly: MASES.EntityFrameworkCore.KNet.dll
    @@ -157,7 +158,7 @@

    Properties Improve this Doc - View Source + View Source

    Cluster

    @@ -184,12 +185,27 @@
    Property Value

    Methods

    + + | + Improve this Doc + + + View Source + + +

    Dispose()

    +
    +
    +
    Declaration
    +
    +
    public void Dispose()
    +
    | Improve this Doc - View Source + View Source

    EnsureDatabaseConnected()

    @@ -219,7 +235,7 @@
    Returns
    Improve this Doc - View Source + View Source

    EnsureDatabaseCreated()

    @@ -249,7 +265,7 @@
    Returns
    Improve this Doc - View Source + View Source

    EnsureDatabaseDeleted()

    @@ -279,7 +295,7 @@
    Returns
    Improve this Doc - View Source + View Source

    SaveChanges(IList<IUpdateEntry>)

    @@ -326,7 +342,7 @@
    Returns
    Improve this Doc - View Source + View Source

    SaveChangesAsync(IList<IUpdateEntry>, CancellationToken)

    @@ -380,6 +396,9 @@

    Implements

    IDatabase
    +
    + IDisposable +
    diff --git a/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag-1.html b/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag-1.html new file mode 100644 index 00000000..1115657c --- /dev/null +++ b/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag-1.html @@ -0,0 +1,462 @@ + + + + + + + + Class KafkaRowBag<TKey> + | Kafka Bridge website + + + + + + + + + + + + + + + +
    +
    + + + + +
    + + + +
    + + + + + + diff --git a/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTable-1.html b/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTable-1.html index a39c3d6c..451cd43c 100644 --- a/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTable-1.html +++ b/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTable-1.html @@ -83,6 +83,7 @@
    Inheritance
    Implements
    IKafkaTable
    +
    IDisposable
    Inherited Members
    @@ -136,7 +137,7 @@

    Constructors Improve this Doc - View Source + View Source

    KafkaTable(IKafkaCluster, IEntityType, Boolean)

    @@ -180,7 +181,7 @@

    Properties Improve this Doc - View Source + View Source

    Cluster

    @@ -210,7 +211,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    EntityType

    @@ -240,7 +241,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    Rows

    @@ -270,7 +271,7 @@
    Property Value
    Improve this Doc - View Source + View Source

    ValueBuffers

    @@ -302,7 +303,7 @@

    Methods Improve this Doc - View Source + View Source

    BumpValueGenerators(Object[])

    @@ -331,18 +332,18 @@
    Parameters
    | - Improve this Doc + Improve this Doc - View Source + View Source -

    Commit(IEnumerable<ProducerRecord<String, String>>)

    +

    Commit(IEnumerable<IKafkaRowBag>)

    Declaration
    -
    public virtual IEnumerable<Future<RecordMetadata>> Commit(IEnumerable<ProducerRecord<string, string>> records)
    +
    public virtual IEnumerable<Future<RecordMetadata>> Commit(IEnumerable<IKafkaRowBag> records)
    Parameters
    @@ -355,7 +356,7 @@
    Parameters
    - + @@ -381,7 +382,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Create(IUpdateEntry)

    @@ -389,7 +390,7 @@

    Declaration
    -
    public virtual ProducerRecord<string, string> Create(IUpdateEntry entry)
    +
    public virtual IKafkaRowBag Create(IUpdateEntry entry)
    Parameters
    System.Collections.IEnumerable<Org.Apache.Kafka.Clients.Producer.ProducerRecord<String, String>>System.Collections.IEnumerable<IKafkaRowBag> records
    @@ -418,7 +419,7 @@
    Returns
    - + @@ -428,7 +429,7 @@
    Returns
    Improve this Doc - View Source + View Source

    Delete(IUpdateEntry)

    @@ -436,7 +437,7 @@

    Declaration
    -
    public virtual ProducerRecord<string, string> Delete(IUpdateEntry entry)
    +
    public virtual IKafkaRowBag Delete(IUpdateEntry entry)
    Parameters
    Org.Apache.Kafka.Clients.Producer.ProducerRecord<String, String>IKafkaRowBag
    @@ -465,17 +466,32 @@
    Returns
    - +
    Org.Apache.Kafka.Clients.Producer.ProducerRecord<String, String>IKafkaRowBag
    + + | + Improve this Doc + + + View Source + + +

    Dispose()

    +
    +
    +
    Declaration
    +
    +
    public virtual void Dispose()
    +
    | Improve this Doc - View Source + View Source

    GetIntegerValueGenerator<TProperty>(IProperty, IReadOnlyList<IKafkaTable>)

    @@ -542,7 +558,7 @@
    Type Parameters
    Improve this Doc - View Source + View Source

    SnapshotRows()

    @@ -572,7 +588,7 @@
    Returns
    Improve this Doc - View Source + View Source

    ThrowUpdateConcurrencyException(IUpdateEntry, Dictionary<IProperty, Object>)

    @@ -612,7 +628,7 @@
    Parameters
    Improve this Doc - View Source + View Source

    Update(IUpdateEntry)

    @@ -620,7 +636,7 @@

    Declaration
    -
    public virtual ProducerRecord<string, string> Update(IUpdateEntry entry)
    +
    public virtual IKafkaRowBag Update(IUpdateEntry entry)
    Parameters
    @@ -649,7 +665,7 @@
    Returns
    - + @@ -658,6 +674,9 @@

    Implements

    IKafkaTable
    +
    + IDisposable +
    @@ -669,7 +688,7 @@

    Implements

    Improve this Doc
  • - View Source + View Source
  • diff --git a/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.html b/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.html index ab337d45..1c26da22 100644 --- a/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.html +++ b/docs/api/MASES.EntityFrameworkCore.KNet.Storage.Internal.html @@ -87,6 +87,8 @@

    KafkaDatabaseCreator

    +

    KafkaRowBag<TKey>

    +

    KafkaStreamsBaseRetriever<K, V>

    KafkaStreamsTableRetriever<TKey>

    @@ -113,6 +115,8 @@

    IKafkaDatabase

    +

    IKafkaRowBag

    +

    IKafkaTable

    IKafkaTableFactory

    diff --git a/docs/api/toc.html b/docs/api/toc.html index 207dafd2..d3bf299f 100644 --- a/docs/api/toc.html +++ b/docs/api/toc.html @@ -216,6 +216,9 @@
  • IKafkaDatabase
  • +
  • + IKafkaRowBag +
  • IKafkaTable
  • @@ -237,6 +240,9 @@
  • KafkaDatabaseCreator
  • +
  • + KafkaRowBag<TKey> +
  • KafkaStreamsBaseRetriever<K, V>
  • diff --git a/docs/manifest.json b/docs/manifest.json index e9372471..923bd2f7 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -117,7 +117,7 @@ "output": { ".html": { "relative_path": "api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.IKafkaSingletonOptions.html", - "hash": "CyjPRrmm7injZOEMbecKdlGpIu7B8zQOmqVMtzhhtSo=" + "hash": "iZUNyuMOfVJVq7k26LsXfzmltBLMGB3+P5JVZhC4XuQ=" } }, "is_incremental": false, @@ -141,7 +141,7 @@ "output": { ".html": { "relative_path": "api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.html", - "hash": "qbKCortynwc69pVTdU1cCOWeDyG4GNtOTMyNzR/5294=" + "hash": "IYzcOjn8y+2VYUReabaurm1/9cphw61ytZL3LDP+Vgk=" } }, "is_incremental": false, @@ -153,7 +153,7 @@ "output": { ".html": { "relative_path": "api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaSingletonOptions.html", - "hash": "05abMENvEMKIuf0qmbpEJc1l+AVGvTQaQ31tKhk6KbI=" + "hash": "+nkBFU1RROcjVz/zKLuSCpHZRyqL6as2o9iRnuxrjMs=" } }, "is_incremental": false, @@ -177,7 +177,7 @@ "output": { ".html": { "relative_path": "api/MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.html", - "hash": "P2cXuqY1gmwAznM5R8TLAen3SCRJYzXrIHgbDCVut/8=" + "hash": "wuMHaujvZ21lqjEkLeKnFx94bn882qqMaWbVYVOtqI0=" } }, "is_incremental": false, @@ -189,7 +189,7 @@ "output": { ".html": { "relative_path": "api/MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContextOptionsBuilder.html", - "hash": "eDWTpR0ZmF/ghYbrznuiE/EmyfMhpDNHTBzbGzf4ANc=" + "hash": "lRei3dXoaiDKliyS9XpLGBQqyf8CcGjqBg1PzlX1SIs=" } }, "is_incremental": false, @@ -297,7 +297,7 @@ "output": { ".html": { "relative_path": "api/MASES.EntityFrameworkCore.KNet.KafkaEntityTypeExtensions.html", - "hash": "ev+8vPqrHLDz3J5SlNpaj/ZtQVMDPGAjG1TTkwtfysg=" + "hash": "tNTEJXqIRI9p6hvkjtqcJNQGs8IoTfN1Vz1GWqdcF9U=" } }, "is_incremental": false, @@ -525,7 +525,7 @@ "output": { ".html": { "relative_path": "api/MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.html", - "hash": "AVteNYvV8D/Qe55wFCKLkUM9Ap4uIqqYT4Kn5yqPONQ=" + "hash": "qja1iw0JA7VY0OmSUsObPMdOxXmMoBCIcBQVJHIo3mU=" } }, "is_incremental": false, @@ -549,7 +549,7 @@ "output": { ".html": { "relative_path": "api/MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.html", - "hash": "FjhW4C257IQTmI3GTsq965ttCm3KI7W8VTCREsgshIY=" + "hash": "wl1oiUTdq1vogf49tCd9neGMshUkLUPMVaSPjL4KpTE=" } }, "is_incremental": false, @@ -597,7 +597,7 @@ "output": { ".html": { "relative_path": "api/MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaCluster.html", - "hash": "Ejez/06IwdDvfGywPkSl5paPVJHcz0zZ8FDaW8gepFE=" + "hash": "fqEXzYUH7AcIjHKBra7viwD5ZY3L1JiE+rRagVTvqzw=" } }, "is_incremental": false, @@ -627,13 +627,25 @@ "is_incremental": false, "version": "" }, + { + "type": "ManagedReference", + "source_relative_path": "api/MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaRowBag.yml", + "output": { + ".html": { + "relative_path": "api/MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaRowBag.html", + "hash": "ny2nTUvh3x7yiKY+7ZtIke+C1Wkka3Cl/NOqYWTvL04=" + } + }, + "is_incremental": false, + "version": "" + }, { "type": "ManagedReference", "source_relative_path": "api/MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaTable.yml", "output": { ".html": { "relative_path": "api/MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaTable.html", - "hash": "4bB+iKMpFMI953w9cyK9EPSSTXddidIrouCDMW5Kv1o=" + "hash": "+oHDT7VS5rPC1U07FqGPPO76p+SHQjLGEQ46o3t2Mlc=" } }, "is_incremental": false, @@ -657,7 +669,7 @@ "output": { ".html": { "relative_path": "api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaCluster.html", - "hash": "xAXn7Jy1GCwkLN4vpFtscoyxPCiEtN7RWT9L1XKdynE=" + "hash": "iJXUrirWPYLkDSDJuZX2OzZEFPPwE1bg/jlesHMOBFU=" } }, "is_incremental": false, @@ -693,7 +705,7 @@ "output": { ".html": { "relative_path": "api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaDatabase.html", - "hash": "XqHMh0p5PAUIxF05k5bSjmV7j6fbia+LVP1agL2WJ3M=" + "hash": "QikdV0GknOtjhdNrvti0lls79nICpjxqjHzsPUDfIyI=" } }, "is_incremental": false, @@ -711,6 +723,18 @@ "is_incremental": false, "version": "" }, + { + "type": "ManagedReference", + "source_relative_path": "api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag-1.yml", + "output": { + ".html": { + "relative_path": "api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag-1.html", + "hash": "DH/u8X7y4HcqTqNyLmmk7ryXJGGJHs2PUcFmMIDU5J8=" + } + }, + "is_incremental": false, + "version": "" + }, { "type": "ManagedReference", "source_relative_path": "api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaStreamsBaseRetriever-2.yml", @@ -741,7 +765,7 @@ "output": { ".html": { "relative_path": "api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTable-1.html", - "hash": "e7mpdVv5y4Kcal/RBLp57BvWdNQI2qhswt6GtIqlL0g=" + "hash": "5yskt1+NIWD0l1ic3hR2QwgYqGB17O5QDm1e/atIhMI=" } }, "is_incremental": false, @@ -825,7 +849,7 @@ "output": { ".html": { "relative_path": "api/MASES.EntityFrameworkCore.KNet.Storage.Internal.html", - "hash": "pBEtmo8zq0e+6BZ7PGaxBjjlXcdG4uEPE6S27E1HLtc=" + "hash": "K4GgSuLaTy4QLIrRDwe9rTk6GLx0nWTaky3Xap/Q0Gs=" } }, "is_incremental": false, @@ -933,7 +957,7 @@ "output": { ".html": { "relative_path": "api/toc.html", - "hash": "bweYi4m+vVJXNdKXrlDO5PofovQmXfk8OuL22ePVUEY=" + "hash": "YpzdQGCylNIq95lYYIp+nJzI9EwcZrJ4EF07bF36d6I=" } }, "is_incremental": false, @@ -1073,7 +1097,7 @@ "ManagedReferenceDocumentProcessor": { "can_incremental": false, "incrementalPhase": "build", - "total_file_count": 76, + "total_file_count": 78, "skipped_file_count": 0 }, "ResourceDocumentProcessor": { diff --git a/docs/xrefmap.yml b/docs/xrefmap.yml index e2938421..e57371e8 100644 --- a/docs/xrefmap.yml +++ b/docs/xrefmap.yml @@ -213,6 +213,19 @@ references: isSpec: "True" fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.IKafkaSingletonOptions.DatabaseName nameWithType: IKafkaSingletonOptions.DatabaseName +- uid: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.IKafkaSingletonOptions.DefaultConsumerInstances + name: DefaultConsumerInstances + href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.IKafkaSingletonOptions.html#MASES_EntityFrameworkCore_KNet_Infrastructure_Internal_IKafkaSingletonOptions_DefaultConsumerInstances + commentId: P:MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.IKafkaSingletonOptions.DefaultConsumerInstances + fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.IKafkaSingletonOptions.DefaultConsumerInstances + nameWithType: IKafkaSingletonOptions.DefaultConsumerInstances +- uid: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.IKafkaSingletonOptions.DefaultConsumerInstances* + name: DefaultConsumerInstances + href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.IKafkaSingletonOptions.html#MASES_EntityFrameworkCore_KNet_Infrastructure_Internal_IKafkaSingletonOptions_DefaultConsumerInstances_ + commentId: Overload:MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.IKafkaSingletonOptions.DefaultConsumerInstances + isSpec: "True" + fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.IKafkaSingletonOptions.DefaultConsumerInstances + nameWithType: IKafkaSingletonOptions.DefaultConsumerInstances - uid: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.IKafkaSingletonOptions.DefaultNumPartitions name: DefaultNumPartitions href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.IKafkaSingletonOptions.html#MASES_EntityFrameworkCore_KNet_Infrastructure_Internal_IKafkaSingletonOptions_DefaultNumPartitions @@ -291,6 +304,19 @@ references: isSpec: "True" fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.IKafkaSingletonOptions.TopicConfigBuilder nameWithType: IKafkaSingletonOptions.TopicConfigBuilder +- uid: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.IKafkaSingletonOptions.UseCompactedReplicator + name: UseCompactedReplicator + href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.IKafkaSingletonOptions.html#MASES_EntityFrameworkCore_KNet_Infrastructure_Internal_IKafkaSingletonOptions_UseCompactedReplicator + commentId: P:MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.IKafkaSingletonOptions.UseCompactedReplicator + fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.IKafkaSingletonOptions.UseCompactedReplicator + nameWithType: IKafkaSingletonOptions.UseCompactedReplicator +- uid: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.IKafkaSingletonOptions.UseCompactedReplicator* + name: UseCompactedReplicator + href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.IKafkaSingletonOptions.html#MASES_EntityFrameworkCore_KNet_Infrastructure_Internal_IKafkaSingletonOptions_UseCompactedReplicator_ + commentId: Overload:MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.IKafkaSingletonOptions.UseCompactedReplicator + isSpec: "True" + fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.IKafkaSingletonOptions.UseCompactedReplicator + nameWithType: IKafkaSingletonOptions.UseCompactedReplicator - uid: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.IKafkaSingletonOptions.UseNameMatching name: UseNameMatching href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.IKafkaSingletonOptions.html#MASES_EntityFrameworkCore_KNet_Infrastructure_Internal_IKafkaSingletonOptions_UseNameMatching @@ -471,6 +497,19 @@ references: isSpec: "True" fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.DatabaseName nameWithType: KafkaOptionsExtension.DatabaseName +- uid: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.DefaultConsumerInstances + name: DefaultConsumerInstances + href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.html#MASES_EntityFrameworkCore_KNet_Infrastructure_Internal_KafkaOptionsExtension_DefaultConsumerInstances + commentId: P:MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.DefaultConsumerInstances + fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.DefaultConsumerInstances + nameWithType: KafkaOptionsExtension.DefaultConsumerInstances +- uid: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.DefaultConsumerInstances* + name: DefaultConsumerInstances + href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.html#MASES_EntityFrameworkCore_KNet_Infrastructure_Internal_KafkaOptionsExtension_DefaultConsumerInstances_ + commentId: Overload:MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.DefaultConsumerInstances + isSpec: "True" + fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.DefaultConsumerInstances + nameWithType: KafkaOptionsExtension.DefaultConsumerInstances - uid: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.DefaultNumPartitions name: DefaultNumPartitions href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.html#MASES_EntityFrameworkCore_KNet_Infrastructure_Internal_KafkaOptionsExtension_DefaultNumPartitions @@ -594,6 +633,19 @@ references: isSpec: "True" fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.TopicConfigBuilder nameWithType: KafkaOptionsExtension.TopicConfigBuilder +- uid: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.UseCompactedReplicator + name: UseCompactedReplicator + href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.html#MASES_EntityFrameworkCore_KNet_Infrastructure_Internal_KafkaOptionsExtension_UseCompactedReplicator + commentId: P:MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.UseCompactedReplicator + fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.UseCompactedReplicator + nameWithType: KafkaOptionsExtension.UseCompactedReplicator +- uid: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.UseCompactedReplicator* + name: UseCompactedReplicator + href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.html#MASES_EntityFrameworkCore_KNet_Infrastructure_Internal_KafkaOptionsExtension_UseCompactedReplicator_ + commentId: Overload:MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.UseCompactedReplicator + isSpec: "True" + fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.UseCompactedReplicator + nameWithType: KafkaOptionsExtension.UseCompactedReplicator - uid: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.UseNameMatching name: UseNameMatching href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.html#MASES_EntityFrameworkCore_KNet_Infrastructure_Internal_KafkaOptionsExtension_UseNameMatching @@ -659,6 +711,19 @@ references: isSpec: "True" fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.WithBootstrapServers nameWithType: KafkaOptionsExtension.WithBootstrapServers +- uid: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.WithCompactedReplicator(System.Boolean) + name: WithCompactedReplicator(Boolean) + href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.html#MASES_EntityFrameworkCore_KNet_Infrastructure_Internal_KafkaOptionsExtension_WithCompactedReplicator_System_Boolean_ + commentId: M:MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.WithCompactedReplicator(System.Boolean) + fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.WithCompactedReplicator(System.Boolean) + nameWithType: KafkaOptionsExtension.WithCompactedReplicator(Boolean) +- uid: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.WithCompactedReplicator* + name: WithCompactedReplicator + href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.html#MASES_EntityFrameworkCore_KNet_Infrastructure_Internal_KafkaOptionsExtension_WithCompactedReplicator_ + commentId: Overload:MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.WithCompactedReplicator + isSpec: "True" + fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.WithCompactedReplicator + nameWithType: KafkaOptionsExtension.WithCompactedReplicator - uid: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.WithDatabaseName(System.String) name: WithDatabaseName(String) href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.html#MASES_EntityFrameworkCore_KNet_Infrastructure_Internal_KafkaOptionsExtension_WithDatabaseName_System_String_ @@ -672,6 +737,22 @@ references: isSpec: "True" fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.WithDatabaseName nameWithType: KafkaOptionsExtension.WithDatabaseName +- uid: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.WithDefaultConsumerInstances(System.Nullable{System.Int32}) + name: WithDefaultConsumerInstances(Nullable) + href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.html#MASES_EntityFrameworkCore_KNet_Infrastructure_Internal_KafkaOptionsExtension_WithDefaultConsumerInstances_System_Nullable_System_Int32__ + commentId: M:MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.WithDefaultConsumerInstances(System.Nullable{System.Int32}) + name.vb: WithDefaultConsumerInstances(Nullable(Of Int32)) + fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.WithDefaultConsumerInstances(System.Nullable) + fullName.vb: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.WithDefaultConsumerInstances(System.Nullable(Of System.Int32)) + nameWithType: KafkaOptionsExtension.WithDefaultConsumerInstances(Nullable) + nameWithType.vb: KafkaOptionsExtension.WithDefaultConsumerInstances(Nullable(Of Int32)) +- uid: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.WithDefaultConsumerInstances* + name: WithDefaultConsumerInstances + href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.html#MASES_EntityFrameworkCore_KNet_Infrastructure_Internal_KafkaOptionsExtension_WithDefaultConsumerInstances_ + commentId: Overload:MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.WithDefaultConsumerInstances + isSpec: "True" + fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.WithDefaultConsumerInstances + nameWithType: KafkaOptionsExtension.WithDefaultConsumerInstances - uid: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.WithDefaultNumPartitions(System.Int32) name: WithDefaultNumPartitions(Int32) href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension.html#MASES_EntityFrameworkCore_KNet_Infrastructure_Internal_KafkaOptionsExtension_WithDefaultNumPartitions_System_Int32_ @@ -821,6 +902,19 @@ references: isSpec: "True" fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaSingletonOptions.DatabaseName nameWithType: KafkaSingletonOptions.DatabaseName +- uid: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaSingletonOptions.DefaultConsumerInstances + name: DefaultConsumerInstances + href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaSingletonOptions.html#MASES_EntityFrameworkCore_KNet_Infrastructure_Internal_KafkaSingletonOptions_DefaultConsumerInstances + commentId: P:MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaSingletonOptions.DefaultConsumerInstances + fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaSingletonOptions.DefaultConsumerInstances + nameWithType: KafkaSingletonOptions.DefaultConsumerInstances +- uid: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaSingletonOptions.DefaultConsumerInstances* + name: DefaultConsumerInstances + href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaSingletonOptions.html#MASES_EntityFrameworkCore_KNet_Infrastructure_Internal_KafkaSingletonOptions_DefaultConsumerInstances_ + commentId: Overload:MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaSingletonOptions.DefaultConsumerInstances + isSpec: "True" + fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaSingletonOptions.DefaultConsumerInstances + nameWithType: KafkaSingletonOptions.DefaultConsumerInstances - uid: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaSingletonOptions.DefaultNumPartitions name: DefaultNumPartitions href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaSingletonOptions.html#MASES_EntityFrameworkCore_KNet_Infrastructure_Internal_KafkaSingletonOptions_DefaultNumPartitions @@ -912,6 +1006,19 @@ references: isSpec: "True" fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaSingletonOptions.TopicConfigBuilder nameWithType: KafkaSingletonOptions.TopicConfigBuilder +- uid: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaSingletonOptions.UseCompactedReplicator + name: UseCompactedReplicator + href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaSingletonOptions.html#MASES_EntityFrameworkCore_KNet_Infrastructure_Internal_KafkaSingletonOptions_UseCompactedReplicator + commentId: P:MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaSingletonOptions.UseCompactedReplicator + fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaSingletonOptions.UseCompactedReplicator + nameWithType: KafkaSingletonOptions.UseCompactedReplicator +- uid: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaSingletonOptions.UseCompactedReplicator* + name: UseCompactedReplicator + href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaSingletonOptions.html#MASES_EntityFrameworkCore_KNet_Infrastructure_Internal_KafkaSingletonOptions_UseCompactedReplicator_ + commentId: Overload:MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaSingletonOptions.UseCompactedReplicator + isSpec: "True" + fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaSingletonOptions.UseCompactedReplicator + nameWithType: KafkaSingletonOptions.UseCompactedReplicator - uid: MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaSingletonOptions.UseNameMatching name: UseNameMatching href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaSingletonOptions.html#MASES_EntityFrameworkCore_KNet_Infrastructure_Internal_KafkaSingletonOptions_UseNameMatching @@ -957,6 +1064,25 @@ references: commentId: T:MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext nameWithType: KafkaDbContext +- uid: MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.#ctor + name: KafkaDbContext() + href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.html#MASES_EntityFrameworkCore_KNet_Infrastructure_KafkaDbContext__ctor + commentId: M:MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.#ctor + fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.KafkaDbContext() + nameWithType: KafkaDbContext.KafkaDbContext() +- uid: MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.#ctor(DbContextOptions) + name: KafkaDbContext(DbContextOptions) + href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.html#MASES_EntityFrameworkCore_KNet_Infrastructure_KafkaDbContext__ctor_DbContextOptions_ + commentId: M:MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.#ctor(DbContextOptions) + fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.KafkaDbContext(DbContextOptions) + nameWithType: KafkaDbContext.KafkaDbContext(DbContextOptions) +- uid: MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.#ctor* + name: KafkaDbContext + href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.html#MASES_EntityFrameworkCore_KNet_Infrastructure_KafkaDbContext__ctor_ + commentId: Overload:MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.#ctor + isSpec: "True" + fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.KafkaDbContext + nameWithType: KafkaDbContext.KafkaDbContext - uid: MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.ApplicationId name: ApplicationId href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.html#MASES_EntityFrameworkCore_KNet_Infrastructure_KafkaDbContext_ApplicationId @@ -996,6 +1122,19 @@ references: isSpec: "True" fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.DbName nameWithType: KafkaDbContext.DbName +- uid: MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.DefaultConsumerInstances + name: DefaultConsumerInstances + href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.html#MASES_EntityFrameworkCore_KNet_Infrastructure_KafkaDbContext_DefaultConsumerInstances + commentId: P:MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.DefaultConsumerInstances + fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.DefaultConsumerInstances + nameWithType: KafkaDbContext.DefaultConsumerInstances +- uid: MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.DefaultConsumerInstances* + name: DefaultConsumerInstances + href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.html#MASES_EntityFrameworkCore_KNet_Infrastructure_KafkaDbContext_DefaultConsumerInstances_ + commentId: Overload:MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.DefaultConsumerInstances + isSpec: "True" + fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.DefaultConsumerInstances + nameWithType: KafkaDbContext.DefaultConsumerInstances - uid: MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.DefaultNumPartitions name: DefaultNumPartitions href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.html#MASES_EntityFrameworkCore_KNet_Infrastructure_KafkaDbContext_DefaultNumPartitions @@ -1074,6 +1213,19 @@ references: isSpec: "True" fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.TopicConfigBuilder nameWithType: KafkaDbContext.TopicConfigBuilder +- uid: MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.UseCompactedReplicator + name: UseCompactedReplicator + href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.html#MASES_EntityFrameworkCore_KNet_Infrastructure_KafkaDbContext_UseCompactedReplicator + commentId: P:MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.UseCompactedReplicator + fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.UseCompactedReplicator + nameWithType: KafkaDbContext.UseCompactedReplicator +- uid: MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.UseCompactedReplicator* + name: UseCompactedReplicator + href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.html#MASES_EntityFrameworkCore_KNet_Infrastructure_KafkaDbContext_UseCompactedReplicator_ + commentId: Overload:MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.UseCompactedReplicator + isSpec: "True" + fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.UseCompactedReplicator + nameWithType: KafkaDbContext.UseCompactedReplicator - uid: MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.UsePersistentStorage name: UsePersistentStorage href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContext.html#MASES_EntityFrameworkCore_KNet_Infrastructure_KafkaDbContext_UsePersistentStorage @@ -1227,6 +1379,35 @@ references: isSpec: "True" fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContextOptionsBuilder.TopicConfig nameWithType: KafkaDbContextOptionsBuilder.TopicConfig +- uid: MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContextOptionsBuilder.WithCompactedReplicator(System.Boolean) + name: WithCompactedReplicator(Boolean) + href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContextOptionsBuilder.html#MASES_EntityFrameworkCore_KNet_Infrastructure_KafkaDbContextOptionsBuilder_WithCompactedReplicator_System_Boolean_ + commentId: M:MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContextOptionsBuilder.WithCompactedReplicator(System.Boolean) + fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContextOptionsBuilder.WithCompactedReplicator(System.Boolean) + nameWithType: KafkaDbContextOptionsBuilder.WithCompactedReplicator(Boolean) +- uid: MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContextOptionsBuilder.WithCompactedReplicator* + name: WithCompactedReplicator + href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContextOptionsBuilder.html#MASES_EntityFrameworkCore_KNet_Infrastructure_KafkaDbContextOptionsBuilder_WithCompactedReplicator_ + commentId: Overload:MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContextOptionsBuilder.WithCompactedReplicator + isSpec: "True" + fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContextOptionsBuilder.WithCompactedReplicator + nameWithType: KafkaDbContextOptionsBuilder.WithCompactedReplicator +- uid: MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContextOptionsBuilder.WithDefaultConsumerInstances(System.Nullable{System.Int32}) + name: WithDefaultConsumerInstances(Nullable) + href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContextOptionsBuilder.html#MASES_EntityFrameworkCore_KNet_Infrastructure_KafkaDbContextOptionsBuilder_WithDefaultConsumerInstances_System_Nullable_System_Int32__ + commentId: M:MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContextOptionsBuilder.WithDefaultConsumerInstances(System.Nullable{System.Int32}) + name.vb: WithDefaultConsumerInstances(Nullable(Of Int32)) + fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContextOptionsBuilder.WithDefaultConsumerInstances(System.Nullable) + fullName.vb: MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContextOptionsBuilder.WithDefaultConsumerInstances(System.Nullable(Of System.Int32)) + nameWithType: KafkaDbContextOptionsBuilder.WithDefaultConsumerInstances(Nullable) + nameWithType.vb: KafkaDbContextOptionsBuilder.WithDefaultConsumerInstances(Nullable(Of Int32)) +- uid: MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContextOptionsBuilder.WithDefaultConsumerInstances* + name: WithDefaultConsumerInstances + href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContextOptionsBuilder.html#MASES_EntityFrameworkCore_KNet_Infrastructure_KafkaDbContextOptionsBuilder_WithDefaultConsumerInstances_ + commentId: Overload:MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContextOptionsBuilder.WithDefaultConsumerInstances + isSpec: "True" + fullName: MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContextOptionsBuilder.WithDefaultConsumerInstances + nameWithType: KafkaDbContextOptionsBuilder.WithDefaultConsumerInstances - uid: MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContextOptionsBuilder.WithDefaultNumPartitions(System.Int32) name: WithDefaultNumPartitions(Int32) href: api/MASES.EntityFrameworkCore.KNet.Infrastructure.KafkaDbContextOptionsBuilder.html#MASES_EntityFrameworkCore_KNet_Infrastructure_KafkaDbContextOptionsBuilder_WithDefaultNumPartitions_System_Int32_ @@ -1604,6 +1785,19 @@ references: isSpec: "True" fullName: MASES.EntityFrameworkCore.KNet.KafkaEntityTypeExtensions.ApplicationIdForTable nameWithType: KafkaEntityTypeExtensions.ApplicationIdForTable +- uid: MASES.EntityFrameworkCore.KNet.KafkaEntityTypeExtensions.ConsumerInstances(IEntityType,MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension) + name: ConsumerInstances(IEntityType, KafkaOptionsExtension) + href: api/MASES.EntityFrameworkCore.KNet.KafkaEntityTypeExtensions.html#MASES_EntityFrameworkCore_KNet_KafkaEntityTypeExtensions_ConsumerInstances_IEntityType_MASES_EntityFrameworkCore_KNet_Infrastructure_Internal_KafkaOptionsExtension_ + commentId: M:MASES.EntityFrameworkCore.KNet.KafkaEntityTypeExtensions.ConsumerInstances(IEntityType,MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension) + fullName: MASES.EntityFrameworkCore.KNet.KafkaEntityTypeExtensions.ConsumerInstances(IEntityType, MASES.EntityFrameworkCore.KNet.Infrastructure.Internal.KafkaOptionsExtension) + nameWithType: KafkaEntityTypeExtensions.ConsumerInstances(IEntityType, KafkaOptionsExtension) +- uid: MASES.EntityFrameworkCore.KNet.KafkaEntityTypeExtensions.ConsumerInstances* + name: ConsumerInstances + href: api/MASES.EntityFrameworkCore.KNet.KafkaEntityTypeExtensions.html#MASES_EntityFrameworkCore_KNet_KafkaEntityTypeExtensions_ConsumerInstances_ + commentId: Overload:MASES.EntityFrameworkCore.KNet.KafkaEntityTypeExtensions.ConsumerInstances + isSpec: "True" + fullName: MASES.EntityFrameworkCore.KNet.KafkaEntityTypeExtensions.ConsumerInstances + nameWithType: KafkaEntityTypeExtensions.ConsumerInstances - uid: MASES.EntityFrameworkCore.KNet.KafkaEntityTypeExtensions.GetDefiningQueryConfigurationSource(IConventionEntityType) name: GetDefiningQueryConfigurationSource(IConventionEntityType) href: api/MASES.EntityFrameworkCore.KNet.KafkaEntityTypeExtensions.html#MASES_EntityFrameworkCore_KNet_KafkaEntityTypeExtensions_GetDefiningQueryConfigurationSource_IConventionEntityType_ @@ -3876,6 +4070,12 @@ references: commentId: M:MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.Deserialize(Org.Apache.Kafka.Common.Header.Headers,System.String) fullName: MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.Deserialize(Org.Apache.Kafka.Common.Header.Headers, System.String) nameWithType: IKafkaSerdesEntityType.Deserialize(Headers, String) +- uid: MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.Deserialize(System.String) + name: Deserialize(String) + href: api/MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.html#MASES_EntityFrameworkCore_KNet_Serdes_Internal_IKafkaSerdesEntityType_Deserialize_System_String_ + commentId: M:MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.Deserialize(System.String) + fullName: MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.Deserialize(System.String) + nameWithType: IKafkaSerdesEntityType.Deserialize(String) - uid: MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.Deserialize* name: Deserialize href: api/MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.html#MASES_EntityFrameworkCore_KNet_Serdes_Internal_IKafkaSerdesEntityType_Deserialize_ @@ -3892,6 +4092,15 @@ references: fullName.vb: MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.Deserialize(Of TKey)(Org.Apache.Kafka.Common.Header.Headers, System.String) nameWithType: IKafkaSerdesEntityType.Deserialize(Headers, String) nameWithType.vb: IKafkaSerdesEntityType.Deserialize(Of TKey)(Headers, String) +- uid: MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.Deserialize``1(System.String) + name: Deserialize(String) + href: api/MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.html#MASES_EntityFrameworkCore_KNet_Serdes_Internal_IKafkaSerdesEntityType_Deserialize__1_System_String_ + commentId: M:MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.Deserialize``1(System.String) + name.vb: Deserialize(Of TKey)(String) + fullName: MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.Deserialize(System.String) + fullName.vb: MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.Deserialize(Of TKey)(System.String) + nameWithType: IKafkaSerdesEntityType.Deserialize(String) + nameWithType.vb: IKafkaSerdesEntityType.Deserialize(Of TKey)(String) - uid: MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.Serialize(Org.Apache.Kafka.Common.Header.Headers,System.Object[]) name: Serialize(Headers, Object[]) href: api/MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.html#MASES_EntityFrameworkCore_KNet_Serdes_Internal_IKafkaSerdesEntityType_Serialize_Org_Apache_Kafka_Common_Header_Headers_System_Object___ @@ -3901,6 +4110,15 @@ references: fullName.vb: MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.Serialize(Org.Apache.Kafka.Common.Header.Headers, System.Object()) nameWithType: IKafkaSerdesEntityType.Serialize(Headers, Object[]) nameWithType.vb: IKafkaSerdesEntityType.Serialize(Headers, Object()) +- uid: MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.Serialize(System.Object[]) + name: Serialize(Object[]) + href: api/MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.html#MASES_EntityFrameworkCore_KNet_Serdes_Internal_IKafkaSerdesEntityType_Serialize_System_Object___ + commentId: M:MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.Serialize(System.Object[]) + name.vb: Serialize(Object()) + fullName: MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.Serialize(System.Object[]) + fullName.vb: MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.Serialize(System.Object()) + nameWithType: IKafkaSerdesEntityType.Serialize(Object[]) + nameWithType.vb: IKafkaSerdesEntityType.Serialize(Object()) - uid: MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.Serialize* name: Serialize href: api/MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.html#MASES_EntityFrameworkCore_KNet_Serdes_Internal_IKafkaSerdesEntityType_Serialize_ @@ -3908,6 +4126,15 @@ references: isSpec: "True" fullName: MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.Serialize nameWithType: IKafkaSerdesEntityType.Serialize +- uid: MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.Serialize``1(``0) + name: Serialize(TKey) + href: api/MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.html#MASES_EntityFrameworkCore_KNet_Serdes_Internal_IKafkaSerdesEntityType_Serialize__1___0_ + commentId: M:MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.Serialize``1(``0) + name.vb: Serialize(Of TKey)(TKey) + fullName: MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.Serialize(TKey) + fullName.vb: MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.Serialize(Of TKey)(TKey) + nameWithType: IKafkaSerdesEntityType.Serialize(TKey) + nameWithType.vb: IKafkaSerdesEntityType.Serialize(Of TKey)(TKey) - uid: MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.Serialize``1(Org.Apache.Kafka.Common.Header.Headers,``0) name: Serialize(Headers, TKey) href: api/MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType.html#MASES_EntityFrameworkCore_KNet_Serdes_Internal_IKafkaSerdesEntityType_Serialize__1_Org_Apache_Kafka_Common_Header_Headers___0_ @@ -4012,6 +4239,12 @@ references: commentId: M:MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.Deserialize(Org.Apache.Kafka.Common.Header.Headers,System.String) fullName: MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.Deserialize(Org.Apache.Kafka.Common.Header.Headers, System.String) nameWithType: KafkaSerdesEntityType.Deserialize(Headers, String) +- uid: MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.Deserialize(System.String) + name: Deserialize(String) + href: api/MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.html#MASES_EntityFrameworkCore_KNet_Serdes_Internal_KafkaSerdesEntityType_Deserialize_System_String_ + commentId: M:MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.Deserialize(System.String) + fullName: MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.Deserialize(System.String) + nameWithType: KafkaSerdesEntityType.Deserialize(String) - uid: MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.Deserialize* name: Deserialize href: api/MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.html#MASES_EntityFrameworkCore_KNet_Serdes_Internal_KafkaSerdesEntityType_Deserialize_ @@ -4028,6 +4261,15 @@ references: fullName.vb: MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.Deserialize(Of TKey)(Org.Apache.Kafka.Common.Header.Headers, System.String) nameWithType: KafkaSerdesEntityType.Deserialize(Headers, String) nameWithType.vb: KafkaSerdesEntityType.Deserialize(Of TKey)(Headers, String) +- uid: MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.Deserialize``1(System.String) + name: Deserialize(String) + href: api/MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.html#MASES_EntityFrameworkCore_KNet_Serdes_Internal_KafkaSerdesEntityType_Deserialize__1_System_String_ + commentId: M:MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.Deserialize``1(System.String) + name.vb: Deserialize(Of TKey)(String) + fullName: MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.Deserialize(System.String) + fullName.vb: MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.Deserialize(Of TKey)(System.String) + nameWithType: KafkaSerdesEntityType.Deserialize(String) + nameWithType.vb: KafkaSerdesEntityType.Deserialize(Of TKey)(String) - uid: MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.GetFullType(System.String) name: GetFullType(String) href: api/MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.html#MASES_EntityFrameworkCore_KNet_Serdes_Internal_KafkaSerdesEntityType_GetFullType_System_String_ @@ -4050,6 +4292,15 @@ references: fullName.vb: MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.Serialize(Org.Apache.Kafka.Common.Header.Headers, System.Object()) nameWithType: KafkaSerdesEntityType.Serialize(Headers, Object[]) nameWithType.vb: KafkaSerdesEntityType.Serialize(Headers, Object()) +- uid: MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.Serialize(System.Object[]) + name: Serialize(Object[]) + href: api/MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.html#MASES_EntityFrameworkCore_KNet_Serdes_Internal_KafkaSerdesEntityType_Serialize_System_Object___ + commentId: M:MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.Serialize(System.Object[]) + name.vb: Serialize(Object()) + fullName: MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.Serialize(System.Object[]) + fullName.vb: MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.Serialize(System.Object()) + nameWithType: KafkaSerdesEntityType.Serialize(Object[]) + nameWithType.vb: KafkaSerdesEntityType.Serialize(Object()) - uid: MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.Serialize* name: Serialize href: api/MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.html#MASES_EntityFrameworkCore_KNet_Serdes_Internal_KafkaSerdesEntityType_Serialize_ @@ -4057,6 +4308,15 @@ references: isSpec: "True" fullName: MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.Serialize nameWithType: KafkaSerdesEntityType.Serialize +- uid: MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.Serialize``1(``0) + name: Serialize(TKey) + href: api/MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.html#MASES_EntityFrameworkCore_KNet_Serdes_Internal_KafkaSerdesEntityType_Serialize__1___0_ + commentId: M:MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.Serialize``1(``0) + name.vb: Serialize(Of TKey)(TKey) + fullName: MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.Serialize(TKey) + fullName.vb: MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.Serialize(Of TKey)(TKey) + nameWithType: KafkaSerdesEntityType.Serialize(TKey) + nameWithType.vb: KafkaSerdesEntityType.Serialize(Of TKey)(TKey) - uid: MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.Serialize``1(Org.Apache.Kafka.Common.Header.Headers,``0) name: Serialize(Headers, TKey) href: api/MASES.EntityFrameworkCore.KNet.Serdes.Internal.KafkaSerdesEntityType.html#MASES_EntityFrameworkCore_KNet_Serdes_Internal_KafkaSerdesEntityType_Serialize__1_Org_Apache_Kafka_Common_Header_Headers___0_ @@ -4198,6 +4458,19 @@ references: commentId: T:MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaCluster fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaCluster nameWithType: IKafkaCluster +- uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaCluster.CreateCompactedReplicator(IEntityType) + name: CreateCompactedReplicator(IEntityType) + href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaCluster.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_IKafkaCluster_CreateCompactedReplicator_IEntityType_ + commentId: M:MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaCluster.CreateCompactedReplicator(IEntityType) + fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaCluster.CreateCompactedReplicator(IEntityType) + nameWithType: IKafkaCluster.CreateCompactedReplicator(IEntityType) +- uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaCluster.CreateCompactedReplicator* + name: CreateCompactedReplicator + href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaCluster.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_IKafkaCluster_CreateCompactedReplicator_ + commentId: Overload:MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaCluster.CreateCompactedReplicator + isSpec: "True" + fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaCluster.CreateCompactedReplicator + nameWithType: IKafkaCluster.CreateCompactedReplicator - uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaCluster.CreateProducer(IEntityType) name: CreateProducer(IEntityType) href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaCluster.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_IKafkaCluster_CreateProducer_IEntityType_ @@ -4433,6 +4706,25 @@ references: isSpec: "True" fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaDatabase.EnsureDatabaseDeleted nameWithType: IKafkaDatabase.EnsureDatabaseDeleted +- uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaRowBag + name: IKafkaRowBag + href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaRowBag.html + commentId: T:MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaRowBag + fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaRowBag + nameWithType: IKafkaRowBag +- uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaRowBag.UpdateEntry + name: UpdateEntry + href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaRowBag.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_IKafkaRowBag_UpdateEntry + commentId: P:MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaRowBag.UpdateEntry + fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaRowBag.UpdateEntry + nameWithType: IKafkaRowBag.UpdateEntry +- uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaRowBag.UpdateEntry* + name: UpdateEntry + href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaRowBag.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_IKafkaRowBag_UpdateEntry_ + commentId: Overload:MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaRowBag.UpdateEntry + isSpec: "True" + fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaRowBag.UpdateEntry + nameWithType: IKafkaRowBag.UpdateEntry - uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaTable name: IKafkaTable href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaTable.html @@ -4468,15 +4760,15 @@ references: isSpec: "True" fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaTable.Cluster nameWithType: IKafkaTable.Cluster -- uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaTable.Commit(IEnumerable{Org.Apache.Kafka.Clients.Producer.ProducerRecord{System.String,System.String}}) - name: Commit(IEnumerable>) - href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaTable.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_IKafkaTable_Commit_IEnumerable_Org_Apache_Kafka_Clients_Producer_ProducerRecord_System_String_System_String___ - commentId: M:MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaTable.Commit(IEnumerable{Org.Apache.Kafka.Clients.Producer.ProducerRecord{System.String,System.String}}) - name.vb: Commit(IEnumerable(Of ProducerRecord(Of String, String))) - fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaTable.Commit(IEnumerable>) - fullName.vb: MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaTable.Commit(IEnumerable(Of Org.Apache.Kafka.Clients.Producer.ProducerRecord(Of System.String, System.String))) - nameWithType: IKafkaTable.Commit(IEnumerable>) - nameWithType.vb: IKafkaTable.Commit(IEnumerable(Of ProducerRecord(Of String, String))) +- uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaTable.Commit(IEnumerable{MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaRowBag}) + name: Commit(IEnumerable) + href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaTable.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_IKafkaTable_Commit_IEnumerable_MASES_EntityFrameworkCore_KNet_Storage_Internal_IKafkaRowBag__ + commentId: M:MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaTable.Commit(IEnumerable{MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaRowBag}) + name.vb: Commit(IEnumerable(Of IKafkaRowBag)) + fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaTable.Commit(IEnumerable) + fullName.vb: MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaTable.Commit(IEnumerable(Of MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaRowBag)) + nameWithType: IKafkaTable.Commit(IEnumerable) + nameWithType.vb: IKafkaTable.Commit(IEnumerable(Of IKafkaRowBag)) - uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaTable.Commit* name: Commit href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaTable.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_IKafkaTable_Commit_ @@ -4629,6 +4921,19 @@ references: isSpec: "True" fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaCluster.KafkaCluster nameWithType: KafkaCluster.KafkaCluster +- uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaCluster.CreateCompactedReplicator(IEntityType) + name: CreateCompactedReplicator(IEntityType) + href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaCluster.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_KafkaCluster_CreateCompactedReplicator_IEntityType_ + commentId: M:MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaCluster.CreateCompactedReplicator(IEntityType) + fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaCluster.CreateCompactedReplicator(IEntityType) + nameWithType: KafkaCluster.CreateCompactedReplicator(IEntityType) +- uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaCluster.CreateCompactedReplicator* + name: CreateCompactedReplicator + href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaCluster.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_KafkaCluster_CreateCompactedReplicator_ + commentId: Overload:MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaCluster.CreateCompactedReplicator + isSpec: "True" + fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaCluster.CreateCompactedReplicator + nameWithType: KafkaCluster.CreateCompactedReplicator - uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaCluster.CreateProducer(IEntityType) name: CreateProducer(IEntityType) href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaCluster.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_KafkaCluster_CreateProducer_IEntityType_ @@ -4668,6 +4973,19 @@ references: isSpec: "True" fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaCluster.CreateTable nameWithType: KafkaCluster.CreateTable +- uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaCluster.Dispose + name: Dispose() + href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaCluster.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_KafkaCluster_Dispose + commentId: M:MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaCluster.Dispose + fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaCluster.Dispose() + nameWithType: KafkaCluster.Dispose() +- uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaCluster.Dispose* + name: Dispose + href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaCluster.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_KafkaCluster_Dispose_ + commentId: Overload:MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaCluster.Dispose + isSpec: "True" + fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaCluster.Dispose + nameWithType: KafkaCluster.Dispose - uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaCluster.EnsureConnected(IModel,IDiagnosticsLogger{DbLoggerCategory.Update}) name: EnsureConnected(IModel, IDiagnosticsLogger) href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaCluster.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_KafkaCluster_EnsureConnected_IModel_IDiagnosticsLogger_DbLoggerCategory_Update__ @@ -4873,6 +5191,19 @@ references: isSpec: "True" fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaDatabase.Cluster nameWithType: KafkaDatabase.Cluster +- uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaDatabase.Dispose + name: Dispose() + href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaDatabase.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_KafkaDatabase_Dispose + commentId: M:MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaDatabase.Dispose + fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaDatabase.Dispose() + nameWithType: KafkaDatabase.Dispose() +- uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaDatabase.Dispose* + name: Dispose + href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaDatabase.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_KafkaDatabase_Dispose_ + commentId: Overload:MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaDatabase.Dispose + isSpec: "True" + fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaDatabase.Dispose + nameWithType: KafkaDatabase.Dispose - uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaDatabase.EnsureDatabaseConnected name: EnsureDatabaseConnected() href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaDatabase.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_KafkaDatabase_EnsureDatabaseConnected @@ -5054,6 +5385,135 @@ references: isSpec: "True" fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaDatabaseCreator.EnsureDeletedAsync nameWithType: KafkaDatabaseCreator.EnsureDeletedAsync +- uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag`1 + name: KafkaRowBag + href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag-1.html + commentId: T:MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag`1 + name.vb: KafkaRowBag(Of TKey) + fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag + fullName.vb: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag(Of TKey) + nameWithType: KafkaRowBag + nameWithType.vb: KafkaRowBag(Of TKey) +- uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag`1.#ctor(IUpdateEntry,`0,System.Object[]) + name: KafkaRowBag(IUpdateEntry, TKey, Object[]) + href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag-1.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_KafkaRowBag_1__ctor_IUpdateEntry__0_System_Object___ + commentId: M:MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag`1.#ctor(IUpdateEntry,`0,System.Object[]) + name.vb: KafkaRowBag(IUpdateEntry, TKey, Object()) + fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag.KafkaRowBag(IUpdateEntry, TKey, System.Object[]) + fullName.vb: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag(Of TKey).KafkaRowBag(IUpdateEntry, TKey, System.Object()) + nameWithType: KafkaRowBag.KafkaRowBag(IUpdateEntry, TKey, Object[]) + nameWithType.vb: KafkaRowBag(Of TKey).KafkaRowBag(IUpdateEntry, TKey, Object()) +- uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag`1.#ctor* + name: KafkaRowBag + href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag-1.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_KafkaRowBag_1__ctor_ + commentId: Overload:MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag`1.#ctor + isSpec: "True" + fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag.KafkaRowBag + fullName.vb: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag(Of TKey).KafkaRowBag + nameWithType: KafkaRowBag.KafkaRowBag + nameWithType.vb: KafkaRowBag(Of TKey).KafkaRowBag +- uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag`1.GetKey(MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType) + name: GetKey(IKafkaSerdesEntityType) + href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag-1.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_KafkaRowBag_1_GetKey_MASES_EntityFrameworkCore_KNet_Serdes_Internal_IKafkaSerdesEntityType_ + commentId: M:MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag`1.GetKey(MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType) + fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag.GetKey(MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType) + fullName.vb: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag(Of TKey).GetKey(MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType) + nameWithType: KafkaRowBag.GetKey(IKafkaSerdesEntityType) + nameWithType.vb: KafkaRowBag(Of TKey).GetKey(IKafkaSerdesEntityType) +- uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag`1.GetKey* + name: GetKey + href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag-1.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_KafkaRowBag_1_GetKey_ + commentId: Overload:MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag`1.GetKey + isSpec: "True" + fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag.GetKey + fullName.vb: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag(Of TKey).GetKey + nameWithType: KafkaRowBag.GetKey + nameWithType.vb: KafkaRowBag(Of TKey).GetKey +- uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag`1.GetRecord(System.String,MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType) + name: GetRecord(String, IKafkaSerdesEntityType) + href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag-1.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_KafkaRowBag_1_GetRecord_System_String_MASES_EntityFrameworkCore_KNet_Serdes_Internal_IKafkaSerdesEntityType_ + commentId: M:MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag`1.GetRecord(System.String,MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType) + fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag.GetRecord(System.String, MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType) + fullName.vb: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag(Of TKey).GetRecord(System.String, MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType) + nameWithType: KafkaRowBag.GetRecord(String, IKafkaSerdesEntityType) + nameWithType.vb: KafkaRowBag(Of TKey).GetRecord(String, IKafkaSerdesEntityType) +- uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag`1.GetRecord* + name: GetRecord + href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag-1.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_KafkaRowBag_1_GetRecord_ + commentId: Overload:MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag`1.GetRecord + isSpec: "True" + fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag.GetRecord + fullName.vb: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag(Of TKey).GetRecord + nameWithType: KafkaRowBag.GetRecord + nameWithType.vb: KafkaRowBag(Of TKey).GetRecord +- uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag`1.GetValue(MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType) + name: GetValue(IKafkaSerdesEntityType) + href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag-1.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_KafkaRowBag_1_GetValue_MASES_EntityFrameworkCore_KNet_Serdes_Internal_IKafkaSerdesEntityType_ + commentId: M:MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag`1.GetValue(MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType) + fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag.GetValue(MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType) + fullName.vb: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag(Of TKey).GetValue(MASES.EntityFrameworkCore.KNet.Serdes.Internal.IKafkaSerdesEntityType) + nameWithType: KafkaRowBag.GetValue(IKafkaSerdesEntityType) + nameWithType.vb: KafkaRowBag(Of TKey).GetValue(IKafkaSerdesEntityType) +- uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag`1.GetValue* + name: GetValue + href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag-1.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_KafkaRowBag_1_GetValue_ + commentId: Overload:MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag`1.GetValue + isSpec: "True" + fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag.GetValue + fullName.vb: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag(Of TKey).GetValue + nameWithType: KafkaRowBag.GetValue + nameWithType.vb: KafkaRowBag(Of TKey).GetValue +- uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag`1.Key + name: Key + href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag-1.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_KafkaRowBag_1_Key + commentId: P:MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag`1.Key + fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag.Key + fullName.vb: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag(Of TKey).Key + nameWithType: KafkaRowBag.Key + nameWithType.vb: KafkaRowBag(Of TKey).Key +- uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag`1.Key* + name: Key + href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag-1.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_KafkaRowBag_1_Key_ + commentId: Overload:MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag`1.Key + isSpec: "True" + fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag.Key + fullName.vb: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag(Of TKey).Key + nameWithType: KafkaRowBag.Key + nameWithType.vb: KafkaRowBag(Of TKey).Key +- uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag`1.UpdateEntry + name: UpdateEntry + href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag-1.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_KafkaRowBag_1_UpdateEntry + commentId: P:MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag`1.UpdateEntry + fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag.UpdateEntry + fullName.vb: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag(Of TKey).UpdateEntry + nameWithType: KafkaRowBag.UpdateEntry + nameWithType.vb: KafkaRowBag(Of TKey).UpdateEntry +- uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag`1.UpdateEntry* + name: UpdateEntry + href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag-1.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_KafkaRowBag_1_UpdateEntry_ + commentId: Overload:MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag`1.UpdateEntry + isSpec: "True" + fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag.UpdateEntry + fullName.vb: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag(Of TKey).UpdateEntry + nameWithType: KafkaRowBag.UpdateEntry + nameWithType.vb: KafkaRowBag(Of TKey).UpdateEntry +- uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag`1.ValueBuffer + name: ValueBuffer + href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag-1.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_KafkaRowBag_1_ValueBuffer + commentId: P:MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag`1.ValueBuffer + fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag.ValueBuffer + fullName.vb: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag(Of TKey).ValueBuffer + nameWithType: KafkaRowBag.ValueBuffer + nameWithType.vb: KafkaRowBag(Of TKey).ValueBuffer +- uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag`1.ValueBuffer* + name: ValueBuffer + href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag-1.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_KafkaRowBag_1_ValueBuffer_ + commentId: Overload:MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag`1.ValueBuffer + isSpec: "True" + fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag.ValueBuffer + fullName.vb: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaRowBag(Of TKey).ValueBuffer + nameWithType: KafkaRowBag.ValueBuffer + nameWithType.vb: KafkaRowBag(Of TKey).ValueBuffer - uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaStreamsBaseRetriever`2 name: KafkaStreamsBaseRetriever href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaStreamsBaseRetriever-2.html @@ -5229,15 +5689,15 @@ references: fullName.vb: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTable(Of TKey).Cluster nameWithType: KafkaTable.Cluster nameWithType.vb: KafkaTable(Of TKey).Cluster -- uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTable`1.Commit(System.Collections.IEnumerable{Org.Apache.Kafka.Clients.Producer.ProducerRecord{System.String,System.String}}) - name: Commit(IEnumerable>) - href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTable-1.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_KafkaTable_1_Commit_System_Collections_IEnumerable_Org_Apache_Kafka_Clients_Producer_ProducerRecord_System_String_System_String___ - commentId: M:MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTable`1.Commit(System.Collections.IEnumerable{Org.Apache.Kafka.Clients.Producer.ProducerRecord{System.String,System.String}}) - name.vb: Commit(IEnumerable(Of ProducerRecord(Of String, String))) - fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTable.Commit(System.Collections.IEnumerable>) - fullName.vb: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTable(Of TKey).Commit(System.Collections.IEnumerable(Of Org.Apache.Kafka.Clients.Producer.ProducerRecord(Of System.String, System.String))) - nameWithType: KafkaTable.Commit(IEnumerable>) - nameWithType.vb: KafkaTable(Of TKey).Commit(IEnumerable(Of ProducerRecord(Of String, String))) +- uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTable`1.Commit(System.Collections.IEnumerable{MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaRowBag}) + name: Commit(IEnumerable) + href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTable-1.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_KafkaTable_1_Commit_System_Collections_IEnumerable_MASES_EntityFrameworkCore_KNet_Storage_Internal_IKafkaRowBag__ + commentId: M:MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTable`1.Commit(System.Collections.IEnumerable{MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaRowBag}) + name.vb: Commit(IEnumerable(Of IKafkaRowBag)) + fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTable.Commit(System.Collections.IEnumerable) + fullName.vb: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTable(Of TKey).Commit(System.Collections.IEnumerable(Of MASES.EntityFrameworkCore.KNet.Storage.Internal.IKafkaRowBag)) + nameWithType: KafkaTable.Commit(IEnumerable) + nameWithType.vb: KafkaTable(Of TKey).Commit(IEnumerable(Of IKafkaRowBag)) - uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTable`1.Commit* name: Commit href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTable-1.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_KafkaTable_1_Commit_ @@ -5281,6 +5741,23 @@ references: fullName.vb: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTable(Of TKey).Delete nameWithType: KafkaTable.Delete nameWithType.vb: KafkaTable(Of TKey).Delete +- uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTable`1.Dispose + name: Dispose() + href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTable-1.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_KafkaTable_1_Dispose + commentId: M:MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTable`1.Dispose + fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTable.Dispose() + fullName.vb: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTable(Of TKey).Dispose() + nameWithType: KafkaTable.Dispose() + nameWithType.vb: KafkaTable(Of TKey).Dispose() +- uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTable`1.Dispose* + name: Dispose + href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTable-1.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_KafkaTable_1_Dispose_ + commentId: Overload:MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTable`1.Dispose + isSpec: "True" + fullName: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTable.Dispose + fullName.vb: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTable(Of TKey).Dispose + nameWithType: KafkaTable.Dispose + nameWithType.vb: KafkaTable(Of TKey).Dispose - uid: MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTable`1.EntityType name: EntityType href: api/MASES.EntityFrameworkCore.KNet.Storage.Internal.KafkaTable-1.html#MASES_EntityFrameworkCore_KNet_Storage_Internal_KafkaTable_1_EntityType
    Org.Apache.Kafka.Clients.Producer.ProducerRecord<String, String>IKafkaRowBag