Skip to content

Commit

Permalink
[KOP] Set append timestamp interceptor
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 275a05f commit 2ab62b8
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 2ab62b8

Please sign in to comment.