Skip to content

Commit 994bbca

Browse files
authored
chore: Native image reflection entry for new PubSubAck message (#1411)
1 parent cc81969 commit 994bbca

File tree

1 file changed

+6
-0
lines changed
  • akka-projection-grpc/src/main/resources/META-INF/native-image/com.lightbend.akka/akka-projection-grpc

1 file changed

+6
-0
lines changed

akka-projection-grpc/src/main/resources/META-INF/native-image/com.lightbend.akka/akka-projection-grpc/reflect-config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,11 @@
5454
"typeReachable": "akka.cluster.ddata.typed.scaladsl.DistributedData"
5555
},
5656
"name": "akka.cluster.ddata.typed.scaladsl.DistributedData"
57+
},
58+
{
59+
"condition": {
60+
"typeReachable": "akka.projection.grpc.internal.ConsumerFilterRegistry"
61+
},
62+
"name": "akka.projection.grpc.internal.ConsumerFilterRegistry$PubSubAck"
5763
}
5864
]

0 commit comments

Comments
 (0)