We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba16297 commit dba2f7dCopy full SHA for dba2f7d
src/LEGO.AsyncAPI.Bindings/Pulsar/PulsarChannelBinding.cs
@@ -19,7 +19,7 @@ public class PulsarChannelBinding : ChannelBinding<PulsarChannelBinding>
19
/// <summary>
20
/// persistence of the topic in Pulsar persistent or non-persistent.
21
/// </summary>
22
- public Persistence? Persistence { get; set; }
+ public Persistence Persistence { get; set; }
23
24
25
/// Topic compaction threshold given in bytes.
0 commit comments