Skip to content

Commit

Permalink
Add default impl for subscription
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Henneberger <git@danielhenneberger.com>
  • Loading branch information
henneberger committed Nov 8, 2024
1 parent 544a352 commit 95d4f92
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ public <R, C> R accept(MutationCoordsVisitor<R, C> visitor, C context) {

@JsonTypeInfo(
use = JsonTypeInfo.Id.NAME,
property = "type"
property = "type",
defaultImpl = KafkaSubscriptionCoords.class
)
@JsonSubTypes({
@Type(value = KafkaSubscriptionCoords.class, name = "kafka"),
Expand Down

0 comments on commit 95d4f92

Please sign in to comment.