Skip to content

Commit

Permalink
add functionsWorkerServiceCustomConfigs to functionsWorkerServiceNarP…
Browse files Browse the repository at this point in the history
…ackage (apache#10504)
  • Loading branch information
freeznet authored May 8, 2021
1 parent fb1d5de commit 9bdc9d2
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,12 @@ public String getFunctionAssignmentTopic() {
)
private String functionsWorkerServiceNarPackage = "";

@FieldContext(
category = CATEGORY_WORKER,
doc = "The additional configs for the function worker service if functionsWorkerServiceNarPackage provided"
)
private Map<String, Object> functionsWorkerServiceCustomConfigs = Collections.emptyMap();

@FieldContext(
category = CATEGORY_WORKER,
doc = "Enable to expose Pulsar Admin Client from Function Context, default is disabled"
Expand Down

0 comments on commit 9bdc9d2

Please sign in to comment.