Skip to content

Commit

Permalink
[KOP] Set append timestamp interceptor (#281)
Browse files Browse the repository at this point in the history
To get around KoP issue: apache/pulsar#11014
  • Loading branch information
sijie committed Aug 18, 2021
1 parent 099cea4 commit 016fa82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/pulsar/templates/broker/broker-configmap.yaml
Expand Up @@ -136,7 +136,7 @@ data:
{{- end }}
{{- if .Values.components.kop }}
PULSAR_PREFIX_messagingProtocols: "kafka"
PULSAR_PREFIX_brokerEntryMetadataInterceptors: "org.apache.pulsar.common.intercept.AppendIndexMetadataInterceptor"
PULSAR_PREFIX_brokerEntryMetadataInterceptors: "org.apache.pulsar.common.intercept.AppendBrokerTimestampMetadataInterceptor,org.apache.pulsar.common.intercept.AppendIndexMetadataInterceptor"
PULSAR_PREFIX_brokerDeleteInactiveTopicsEnabled: "false"
PULSAR_PREFIX_allowAutoTopicCreationType: "partitioned"
{{- if .Values.auth.authentication.enabled }}
Expand Down

0 comments on commit 016fa82

Please sign in to comment.