Skip to content

Commit f6865fe

Browse files
DC2-DanielKruegeranthonyolazabal
authored andcommitted
fix missing method
1 parent ca7c894 commit f6865fe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/hivemq-edge-module-postgresql/src/main/java/com/hivemq/edge/adapters/postgresql/PostgreSQLProtocolAdapterInformation.java

+5
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,11 @@ public List<ProtocolAdapterTag> getTags() {
128128
}
129129
}
130130

131+
@Override
132+
public int getCurrentConfigVersion() {
133+
return 1;
134+
}
135+
131136
@Override
132137
public @NotNull Class<? extends Tag> tagConfigurationClass() {
133138
return PostgreSQLAdapterTag.class;

0 commit comments

Comments
 (0)