[GitHub] [pulsar] otmanel31 commented on issue #6599: TimeoutException on some client connected

2020-03-26 Thread GitBox
otmanel31 commented on issue #6599: TimeoutException on some client connected URL: https://github.com/apache/pulsar/issues/6599#issuecomment-604575232 hi, sorry for the delay. This is 2.5 version. This is an automated message

[GitHub] [pulsar] sijie merged pull request #6606: Fix non-atomic volatile update

2020-03-26 Thread GitBox
sijie merged pull request #6606: Fix non-atomic volatile update URL: https://github.com/apache/pulsar/pull/6606 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[pulsar] branch master updated: Fix non-atomic volatile update (#6606)

2020-03-26 Thread sijie
This is an automated email from the ASF dual-hosted git repository. sijie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/master by this push: new d298c8b Fix non-atomic volatile update (#6606)

[pulsar] branch master updated (d298c8b -> 639fbf1)

2020-03-26 Thread sijie
This is an automated email from the ASF dual-hosted git repository. sijie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from d298c8b Fix non-atomic volatile update (#6606) add 639fbf1 [PulsarAdmin]Async autoTopicCreation (#6616) No

[GitHub] [pulsar] softstuff commented on issue #6191: [Issue-6143][helm]: Add the rbac policy to give the brokers permissions to deploy functions

2020-03-26 Thread GitBox
softstuff commented on issue #6191: [Issue-6143][helm]: Add the rbac policy to give the brokers permissions to deploy functions URL: https://github.com/apache/pulsar/pull/6191#issuecomment-604594062 Hi, some blame game ;) you messed up broker-configmap.yaml by adding two spaces first on

[GitHub] [pulsar] sijie merged pull request #6616: [PulsarAdmin]Async autoTopicCreation

2020-03-26 Thread GitBox
sijie merged pull request #6616: [PulsarAdmin]Async autoTopicCreation URL: https://github.com/apache/pulsar/pull/6616 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [pulsar] ncmans commented on issue #6603: Brokers fail when updating bookkeepr

2020-03-26 Thread GitBox
ncmans commented on issue #6603: Brokers fail when updating bookkeepr URL: https://github.com/apache/pulsar/issues/6603#issuecomment-604250126 Here's first broker's last lines in the logs: ``` 06:07:55.845 [pulsar-client-io-40-1] INFO org.apache.pulsar.client.impl.ConsumerImpl -

[GitHub] [pulsar] sijie commented on issue #6610: The new consumer can't consume msg from new partition when dynamic extend parition

2020-03-26 Thread GitBox
sijie commented on issue #6610: The new consumer can't consume msg from new partition when dynamic extend parition URL: https://github.com/apache/pulsar/issues/6610#issuecomment-604250213 What is the subscription type are you using?

[pulsar] branch master updated: [docker]Docker standalone build error (#6586)

2020-03-26 Thread sijie
This is an automated email from the ASF dual-hosted git repository. sijie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/master by this push: new 75d28c1 [docker]Docker standalone build error

[GitHub] [pulsar] sijie merged pull request #6579: [docker] Do not apply env values to pulsar_env.sh and bkenv.sh implicitly

2020-03-26 Thread GitBox
sijie merged pull request #6579: [docker] Do not apply env values to pulsar_env.sh and bkenv.sh implicitly URL: https://github.com/apache/pulsar/pull/6579 This is an automated message from the Apache Git Service. To respond

[GitHub] [pulsar] sijie commented on issue #3362: java.lang.IllegalArgumentException: Illegal base64 character 2d

2020-03-26 Thread GitBox
sijie commented on issue #3362: java.lang.IllegalArgumentException: Illegal base64 character 2d URL: https://github.com/apache/pulsar/issues/3362#issuecomment-604254934 @jiazhai can you start a PIP discussion? I am in favor of making the partition key to bytes. but we need to think about

[GitHub] [pulsar] sijie merged pull request #6586: [docker]Docker standalone build error

2020-03-26 Thread GitBox
sijie merged pull request #6586: [docker]Docker standalone build error URL: https://github.com/apache/pulsar/pull/6586 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [pulsar] sijie commented on issue #6603: Brokers fail when updating bookkeepr

2020-03-26 Thread GitBox
sijie commented on issue #6603: Brokers fail when updating bookkeepr URL: https://github.com/apache/pulsar/issues/6603#issuecomment-604246559 the NullPointException is due to the hostname is unresolved. but that wasn't the root cause. The error seems to come from lookup failures. It

[GitHub] [pulsar] duli559 commented on issue #5955: ISSUE-5934: Support read/write properties from/to Message in flink pulsar consumer/producer

2020-03-26 Thread GitBox
duli559 commented on issue #5955: ISSUE-5934: Support read/write properties from/to Message in flink pulsar consumer/producer URL: https://github.com/apache/pulsar/pull/5955#issuecomment-604255776 /pulsarbot run-failure-checks

[GitHub] [pulsar] sijie commented on issue #6518: health monitoring, alarms

2020-03-26 Thread GitBox
sijie commented on issue #6518: health monitoring, alarms URL: https://github.com/apache/pulsar/issues/6518#issuecomment-604248488 @ilyam8 the metrics are documented here https://pulsar.apache.org/docs/en/reference-metrics/. the most common metrics to alert on are "message backlog" and

[GitHub] [pulsar] yjshen commented on issue #6611: [minor]Reduce redundancy

2020-03-26 Thread GitBox
yjshen commented on issue #6611: [minor]Reduce redundancy URL: https://github.com/apache/pulsar/pull/6611#issuecomment-604257662 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service. To

[GitHub] [pulsar] yjshen commented on issue #6606: Fix non-atomic volatile update

2020-03-26 Thread GitBox
yjshen commented on issue #6606: Fix non-atomic volatile update URL: https://github.com/apache/pulsar/pull/6606#issuecomment-604257580 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service. To

[GitHub] [pulsar] yjshen commented on issue #6609: Type parameter hides visible type in the current scope

2020-03-26 Thread GitBox
yjshen commented on issue #6609: Type parameter hides visible type in the current scope URL: https://github.com/apache/pulsar/pull/6609#issuecomment-604257688 /pulsarbot run-failure-checks This is an automated message from

[GitHub] [pulsar] lynnmatrix edited a comment on issue #6612: Failed to decode long type fields in json schema message

2020-03-26 Thread GitBox
lynnmatrix edited a comment on issue #6612: Failed to decode long type fields in json schema message URL: https://github.com/apache/pulsar/issues/6612#issuecomment-604261397 GenericJsonRecord.java ```java public Object getField(String fieldName) { JsonNode fn =

[GitHub] [pulsar] lynnmatrix commented on issue #6612: Failed to decode long type fields in json schema message

2020-03-26 Thread GitBox
lynnmatrix commented on issue #6612: Failed to decode long type fields in json schema message URL: https://github.com/apache/pulsar/issues/6612#issuecomment-604261397 GenericJsonRecord.java ```java public Object getField(String fieldName) { JsonNode fn =

[GitHub] [pulsar] sijie commented on issue #6589: Can not use Context#Counter in function

2020-03-26 Thread GitBox
sijie commented on issue #6589: Can not use Context#Counter in function URL: https://github.com/apache/pulsar/issues/6589#issuecomment-604261628 I see. I think this is the problem is on advertisement. It seems to advertise the address using 127.0.0.1. We need to fix the issue at

[GitHub] [pulsar] sijie commented on issue #6605: support prestosql not prestodb

2020-03-26 Thread GitBox
sijie commented on issue #6605: support prestosql not prestodb URL: https://github.com/apache/pulsar/issues/6605#issuecomment-604247313 @JKeyZ they should be identical in terms of features, right? Is there any interface changes between these two features?

[GitHub] [pulsar] yjshen opened a new pull request #6613: [cleanup] Optional usage

2020-03-26 Thread GitBox
yjshen opened a new pull request #6613: [cleanup] Optional usage URL: https://github.com/apache/pulsar/pull/6613 This PR aims to fix or simplify `Optional` type usage logic: - Null value used for optional type. - Optional.isPresent() can be replaced with functional style expression

[GitHub] [pulsar] sijie commented on issue #6428: [Issue 5720][authorization provider] (WIP) Add more granularity

2020-03-26 Thread GitBox
sijie commented on issue #6428: [Issue 5720][authorization provider] (WIP) Add more granularity URL: https://github.com/apache/pulsar/pull/6428#issuecomment-604260371 @codelipenghui @jiazhai @rdhabalia @merlimat please take a look at this pull request

[GitHub] [pulsar] zyllt edited a comment on issue #6589: Can not use Context#Counter in function

2020-03-26 Thread GitBox
zyllt edited a comment on issue #6589: Can not use Context#Counter in function URL: https://github.com/apache/pulsar/issues/6589#issuecomment-604259667 @sijie thanks for your reply. I deploy the pulsar cluster on bare metal.my cluster has five machines.Two of them have brokers and

[pulsar] branch master updated: Do not apply env values to conf/pulsar_env.sh and conf/bkenv.sh implicitly when running apply-config-from-env.py. (#6579)

2020-03-26 Thread sijie
This is an automated email from the ASF dual-hosted git repository. sijie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/master by this push: new ed80a93 Do not apply env values to

[GitHub] [pulsar] lynnmatrix opened a new issue #6612: Failed to decode long type fields in json schema message

2020-03-26 Thread GitBox
lynnmatrix opened a new issue #6612: Failed to decode long type fields in json schema message URL: https://github.com/apache/pulsar/issues/6612 **Describe the bug** If message sent in json schema, long field will be decoded as int if its value below Integer.MAX_VALUE, other wise

[GitHub] [pulsar] zyllt commented on issue #6589: Can not use Context#Counter in function

2020-03-26 Thread GitBox
zyllt commented on issue #6589: Can not use Context#Counter in function URL: https://github.com/apache/pulsar/issues/6589#issuecomment-604259667 @sijie thanks for your reoly. I deploy the pulsar cluster on bare metal.my cluster has five machines.Two of them have brokers and three have

[GitHub] [pulsar] sijie commented on issue #4847: Pulsar sql avro support schema version

2020-03-26 Thread GitBox
sijie commented on issue #4847: Pulsar sql avro support schema version URL: https://github.com/apache/pulsar/pull/4847#issuecomment-604263497 @congbobo184 can you rebase to latest master? This is an automated message from the

[GitHub] [pulsar] tschmidt64 opened a new issue #6619: Topic URL parser is incorrect

2020-03-26 Thread GitBox
tschmidt64 opened a new issue #6619: Topic URL parser is incorrect URL: https://github.com/apache/pulsar/issues/6619 The code [in the web socket

[GitHub] [pulsar] zhanghaou opened a new pull request #6621: Fix message id compare

2020-03-26 Thread GitBox
zhanghaou opened a new pull request #6621: Fix message id compare URL: https://github.com/apache/pulsar/pull/6621 Master Issue: #6433 Motivation Fix the bug of compare between MessageId and BatchMessageId, keep the symmetry of compareTo method. Modifications In the

[GitHub] [pulsar] zplinuxlover commented on issue #6602: separate function worker and broker client TLS configuration

2020-03-26 Thread GitBox
zplinuxlover commented on issue #6602: separate function worker and broker client TLS configuration URL: https://github.com/apache/pulsar/pull/6602#issuecomment-604804650 /pulsarbot run-failure-checks This is an automated

[GitHub] [pulsar] yjshen commented on issue #6618: Number of placeholder doesn't match number of arguments in logging

2020-03-26 Thread GitBox
yjshen commented on issue #6618: Number of placeholder doesn't match number of arguments in logging URL: https://github.com/apache/pulsar/pull/6618#issuecomment-604770408 /pulsarbot run-failure-checks This is an automated

[GitHub] [pulsar] tongsucn commented on issue #6534: [Issue 6000][pulsar-client] C++ client ACK grouping feature.

2020-03-26 Thread GitBox
tongsucn commented on issue #6534: [Issue 6000][pulsar-client] C++ client ACK grouping feature. URL: https://github.com/apache/pulsar/pull/6534#issuecomment-604778685 /pulsarbot run-failure-checks This is an automated

[GitHub] [pulsar] tongsucn commented on issue #6534: [Issue 6000][pulsar-client] C++ client ACK grouping feature.

2020-03-26 Thread GitBox
tongsucn commented on issue #6534: [Issue 6000][pulsar-client] C++ client ACK grouping feature. URL: https://github.com/apache/pulsar/pull/6534#issuecomment-604788822 /pulsarbot run-failure-checks This is an automated

[GitHub] [pulsar] tuteng commented on issue #6588: Support BouncyCastle FIPS provider

2020-03-26 Thread GitBox
tuteng commented on issue #6588: Support BouncyCastle FIPS provider URL: https://github.com/apache/pulsar/pull/6588#issuecomment-604779785 /pulsarbot run-failure-checks This is an automated message from the Apache Git

[GitHub] [pulsar] lynnmatrix opened a new pull request #6622: ISSUE-6612 FIX: parse long field in GenricJsonRecord (#6612)

2020-03-26 Thread GitBox
lynnmatrix opened a new pull request #6622: ISSUE-6612 FIX: parse long field in GenricJsonRecord (#6612) URL: https://github.com/apache/pulsar/pull/6622 Fixes #6612 ### Motivation If message sent in json schema, long field will be decoded as int if its value

[GitHub] [pulsar] tongsucn commented on issue #6534: [Issue 6000][pulsar-client] C++ client ACK grouping feature.

2020-03-26 Thread GitBox
tongsucn commented on issue #6534: [Issue 6000][pulsar-client] C++ client ACK grouping feature. URL: https://github.com/apache/pulsar/pull/6534#issuecomment-604746933 /pulsarbot run-failure-checks This is an automated

[GitHub] [pulsar] tschmidt64 opened a new issue #6620: Java Topic URL Parser is Incorrect

2020-03-26 Thread GitBox
tschmidt64 opened a new issue #6620: Java Topic URL Parser is Incorrect URL: https://github.com/apache/pulsar/issues/6620 **Describe the bug** I think the code that parses the topic name does not parse topic names correctly. I will limit my example to the [consumer

[GitHub] [pulsar] yjshen commented on issue #6618: Number of placeholder doesn't match number of arguments in logging

2020-03-26 Thread GitBox
yjshen commented on issue #6618: Number of placeholder doesn't match number of arguments in logging URL: https://github.com/apache/pulsar/pull/6618#issuecomment-604780489 /pulsarbot run-failure-checks This is an automated

[GitHub] [pulsar] jiazhai commented on issue #6588: Support BouncyCastle FIPS provider

2020-03-26 Thread GitBox
jiazhai commented on issue #6588: Support BouncyCastle FIPS provider URL: https://github.com/apache/pulsar/pull/6588#issuecomment-604780180 /pulsarbot run-failure-checks This is an automated message from the Apache

[GitHub] [pulsar] tongsucn commented on issue #6534: [Issue 6000][pulsar-client] C++ client ACK grouping feature.

2020-03-26 Thread GitBox
tongsucn commented on issue #6534: [Issue 6000][pulsar-client] C++ client ACK grouping feature. URL: https://github.com/apache/pulsar/pull/6534#issuecomment-604812983 /pulsarbot run-failure-checks This is an automated

[GitHub] [pulsar] yjshen commented on issue #6618: Number of placeholder doesn't match number of arguments in logging

2020-03-26 Thread GitBox
yjshen commented on issue #6618: Number of placeholder doesn't match number of arguments in logging URL: https://github.com/apache/pulsar/pull/6618#issuecomment-604750426 /pulsarbot run-failure-checks This is an automated

[GitHub] [pulsar] yjshen removed a comment on issue #6618: Number of placeholder doesn't match number of arguments in logging

2020-03-26 Thread GitBox
yjshen removed a comment on issue #6618: Number of placeholder doesn't match number of arguments in logging URL: https://github.com/apache/pulsar/pull/6618#issuecomment-604750426 /pulsarbot run-failure-checks This is an

[GitHub] [pulsar] yjshen commented on issue #6618: Number of placeholder doesn't match number of arguments in logging

2020-03-26 Thread GitBox
yjshen commented on issue #6618: Number of placeholder doesn't match number of arguments in logging URL: https://github.com/apache/pulsar/pull/6618#issuecomment-604799689 /pulsarbot run-failure-checks This is an automated

[GitHub] [pulsar] sijie commented on issue #6614: Can not deploy zookeeper on minikube

2020-03-26 Thread GitBox
sijie commented on issue #6614: Can not deploy zookeeper on minikube URL: https://github.com/apache/pulsar/issues/6614#issuecomment-604273064 @xiangwangcheng Minikube is running a vm. so if you pulled the image at your laptop, the image isn't available at minikube. So when you

[GitHub] [pulsar] rcollina commented on issue #2307: Provide a netcore client

2020-03-26 Thread GitBox
rcollina commented on issue #2307: Provide a netcore client URL: https://github.com/apache/pulsar/issues/2307#issuecomment-604276543 Great news, thank you @sijie! This is an automated message from the Apache Git Service. To

[GitHub] [pulsar] xiangwangcheng commented on issue #6614: Can not deploy zookeeper on minikube

2020-03-26 Thread GitBox
xiangwangcheng commented on issue #6614: Can not deploy zookeeper on minikube URL: https://github.com/apache/pulsar/issues/6614#issuecomment-604286273 @sijie How can I pull the image within minikube? Seems it can not connect to the docker hub.

[GitHub] [pulsar] yjshen commented on issue #6613: [cleanup] Optional usage

2020-03-26 Thread GitBox
yjshen commented on issue #6613: [cleanup] Optional usage URL: https://github.com/apache/pulsar/pull/6613#issuecomment-604294181 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service. To

[GitHub] [pulsar] yjshen commented on issue #6606: Fix non-atomic volatile update

2020-03-26 Thread GitBox
yjshen commented on issue #6606: Fix non-atomic volatile update URL: https://github.com/apache/pulsar/pull/6606#issuecomment-604294046 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service. To

[GitHub] [pulsar] yjshen commented on issue #6616: [PulsarAdmin]Async autoTopicCreation

2020-03-26 Thread GitBox
yjshen commented on issue #6616: [PulsarAdmin]Async autoTopicCreation URL: https://github.com/apache/pulsar/pull/6616#issuecomment-604315253 /pulsarbot run-failure-checks This is an automated message from the Apache Git

[GitHub] [pulsar] sijie commented on issue #6471: [Issue #5395][broker] Implement AutoTopicCreation by namespace override

2020-03-26 Thread GitBox
sijie commented on issue #6471: [Issue #5395][broker] Implement AutoTopicCreation by namespace override URL: https://github.com/apache/pulsar/pull/6471#issuecomment-604263903 @klevy-toast thank you so much for your contributions!

[GitHub] [pulsar] sijie closed issue #5395: Enable/disable allowAutoTopicCreation per namespace

2020-03-26 Thread GitBox
sijie closed issue #5395: Enable/disable allowAutoTopicCreation per namespace URL: https://github.com/apache/pulsar/issues/5395 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [pulsar] sijie merged pull request #6471: [Issue #5395][broker] Implement AutoTopicCreation by namespace override

2020-03-26 Thread GitBox
sijie merged pull request #6471: [Issue #5395][broker] Implement AutoTopicCreation by namespace override URL: https://github.com/apache/pulsar/pull/6471 This is an automated message from the Apache Git Service. To respond

[GitHub] [pulsar] sijie commented on issue #6612: Failed to decode long type fields in json schema message

2020-03-26 Thread GitBox
sijie commented on issue #6612: Failed to decode long type fields in json schema message URL: https://github.com/apache/pulsar/issues/6612#issuecomment-604267346 @lynnmatrix Can you submit a pull request to fix it? This is

[GitHub] [pulsar] sijie commented on issue #6614: Can not deploy zookeeper on minikube

2020-03-26 Thread GitBox
sijie commented on issue #6614: Can not deploy zookeeper on minikube URL: https://github.com/apache/pulsar/issues/6614#issuecomment-604266908 > But I have already pulled this image by using docker pull. did you pull the image within Minikube or at your laptop?

[GitHub] [pulsar] sijie closed issue #6117: FlinkPulsarProducer: Setting topic dynamically based on message content

2020-03-26 Thread GitBox
sijie closed issue #6117: FlinkPulsarProducer: Setting topic dynamically based on message content URL: https://github.com/apache/pulsar/issues/6117 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [pulsar] sijie commented on issue #5379: Kafka Wrapper can NOT support new Kafka version, >=0.11+, 1.0+ and 2.0+

2020-03-26 Thread GitBox
sijie commented on issue #5379: Kafka Wrapper can NOT support new Kafka version, >=0.11+, 1.0+ and 2.0+ URL: https://github.com/apache/pulsar/issues/5379#issuecomment-604275248 We have just released a Kafka protocol handler for Pulsar. It supports Kafka protocol 2.0+. So you can use

[GitHub] [pulsar] sijie closed issue #5379: Kafka Wrapper can NOT support new Kafka version, >=0.11+, 1.0+ and 2.0+

2020-03-26 Thread GitBox
sijie closed issue #5379: Kafka Wrapper can NOT support new Kafka version, >=0.11+, 1.0+ and 2.0+ URL: https://github.com/apache/pulsar/issues/5379 This is an automated message from the Apache Git Service. To respond to

[GitHub] [pulsar] yjshen commented on issue #6611: [minor]Reduce redundancy

2020-03-26 Thread GitBox
yjshen commented on issue #6611: [minor]Reduce redundancy URL: https://github.com/apache/pulsar/pull/6611#issuecomment-604278145 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service. To

[GitHub] [pulsar] sijie merged pull request #6591: [API Document]Fixes api document for internal topic info.

2020-03-26 Thread GitBox
sijie merged pull request #6591: [API Document]Fixes api document for internal topic info. URL: https://github.com/apache/pulsar/pull/6591 This is an automated message from the Apache Git Service. To respond to the message,

[pulsar] branch master updated (00463ad -> 8d129e0)

2020-03-26 Thread sijie
This is an automated email from the ASF dual-hosted git repository. sijie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 00463ad [Issue 6170][functions] add custom property option to functions (#6348) add 8d129e0 Fixes api

[GitHub] [pulsar] hangc0276 opened a new pull request #6615: Export ManagedLedgerCache metric to prometheus

2020-03-26 Thread GitBox
hangc0276 opened a new pull request #6615: Export ManagedLedgerCache metric to prometheus URL: https://github.com/apache/pulsar/pull/6615 ### Motivation The managed ledger read cache monitor metric is export via `/admin/broker-stats/metrics` with json format, it is hard to parse,

[GitHub] [pulsar] jiazhai commented on issue #6602: separate function worker and broker client TLS configuration

2020-03-26 Thread GitBox
jiazhai commented on issue #6602: separate function worker and broker client TLS configuration URL: https://github.com/apache/pulsar/pull/6602#issuecomment-604321858 /pulsarbot run-failure-checks This is an automated

[GitHub] [pulsar] ilyam8 edited a comment on issue #6518: health monitoring, alarms

2020-03-26 Thread GitBox
ilyam8 edited a comment on issue #6518: health monitoring, alarms URL: https://github.com/apache/pulsar/issues/6518#issuecomment-604302644 Hi @sijie, thx for the links. However all broker alarms looks quite generic. It looks like it is an example how to configure (value X is over 9k) and

[GitHub] [pulsar] yjshen commented on issue #6609: Type parameter hides visible type in the current scope

2020-03-26 Thread GitBox
yjshen commented on issue #6609: Type parameter hides visible type in the current scope URL: https://github.com/apache/pulsar/pull/6609#issuecomment-604271390 /pulsarbot run-failure-checks This is an automated message from

[GitHub] [pulsar] duli559 commented on issue #5955: ISSUE-5934: Support read/write properties from/to Message in flink pulsar consumer/producer

2020-03-26 Thread GitBox
duli559 commented on issue #5955: ISSUE-5934: Support read/write properties from/to Message in flink pulsar consumer/producer URL: https://github.com/apache/pulsar/pull/5955#issuecomment-604302134 /pulsarbot run-failure-checks

[GitHub] [pulsar] sijie commented on issue #6518: health monitoring, alarms

2020-03-26 Thread GitBox
sijie commented on issue #6518: health monitoring, alarms URL: https://github.com/apache/pulsar/issues/6518#issuecomment-604309990 @ilyam8 it is just an example for your reference. For most of the people, they define their alerting rules based on the metrics you can find on

[GitHub] [pulsar] yjshen commented on issue #6606: Fix non-atomic volatile update

2020-03-26 Thread GitBox
yjshen commented on issue #6606: Fix non-atomic volatile update URL: https://github.com/apache/pulsar/pull/6606#issuecomment-604314545 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service. To

[pulsar] branch master updated: [Issue #5395][broker] Implement AutoTopicCreation by namespace override (#6471)

2020-03-26 Thread sijie
This is an automated email from the ASF dual-hosted git repository. sijie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/master by this push: new fdc3a9b [Issue #5395][broker] Implement

[GitHub] [pulsar] sijie commented on issue #2307: Provide a netcore client

2020-03-26 Thread GitBox
sijie commented on issue #2307: Provide a netcore client URL: https://github.com/apache/pulsar/issues/2307#issuecomment-604273590 DotPulsar now is under pulsar project now. The PMC will work on maintaining dotpulsar. https://github.com/pulsar-dotpulsar

[GitHub] [pulsar] sijie edited a comment on issue #2307: Provide a netcore client

2020-03-26 Thread GitBox
sijie edited a comment on issue #2307: Provide a netcore client URL: https://github.com/apache/pulsar/issues/2307#issuecomment-604273590 DotPulsar now is under pulsar project now. The PMC will work on maintaining dotpulsar. https://github.com/apache/pulsar-dotpulsar

[GitHub] [pulsar] lynnmatrix commented on issue #6601: ISSUE-6514 Add support for influxdb2 in pulsar-influxdb-sink(#6514)

2020-03-26 Thread GitBox
lynnmatrix commented on issue #6601: ISSUE-6514 Add support for influxdb2 in pulsar-influxdb-sink(#6514) URL: https://github.com/apache/pulsar/pull/6601#issuecomment-604274014 /pulsarbot run-failure-checks This is an

[GitHub] [pulsar] sijie closed issue #2307: Provide a netcore client

2020-03-26 Thread GitBox
sijie closed issue #2307: Provide a netcore client URL: https://github.com/apache/pulsar/issues/2307 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [pulsar] cckellogg commented on a change in pull request #6428: [Issue 5720][authorization provider] (WIP) Add more granularity

2020-03-26 Thread GitBox
cckellogg commented on a change in pull request #6428: [Issue 5720][authorization provider] (WIP) Add more granularity URL: https://github.com/apache/pulsar/pull/6428#discussion_r398367362 ## File path:

[GitHub] [pulsar] sijie commented on issue #2556: Messaging Gateway

2020-03-26 Thread GitBox
sijie commented on issue #2556: Messaging Gateway URL: https://github.com/apache/pulsar/issues/2556#issuecomment-604276833 For people who are interested in this feature, we have introduced a general framework in 2.5.0 to support pluggable protocol handlers. We also developed a Kafka

[GitHub] [pulsar] ilyam8 commented on issue #6518: health monitoring, alarms

2020-03-26 Thread GitBox
ilyam8 commented on issue #6518: health monitoring, alarms URL: https://github.com/apache/pulsar/issues/6518#issuecomment-604302644 Hi @sijie, thx for the links. However all broker alarms looks quite generic. It looks like it is an example how to configure (value X is over 9k) and alarms

[GitHub] [pulsar] sijie merged pull request #6348: [Issue 6170][functions] add custom property option to functions

2020-03-26 Thread GitBox
sijie merged pull request #6348: [Issue 6170][functions] add custom property option to functions URL: https://github.com/apache/pulsar/pull/6348 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [pulsar] xiangwangcheng opened a new issue #6614: Can not deploy zookeeper on minikube

2020-03-26 Thread GitBox
xiangwangcheng opened a new issue #6614: Can not deploy zookeeper on minikube URL: https://github.com/apache/pulsar/issues/6614 **Describe the bug** When I deploy zookeeper on minikube by using `kubectl apply -f zookeeper.yaml` It just stuck on `ContainerCreating`. Half an hour

[GitHub] [pulsar] sijie closed issue #6170: Support system env var as functions parameters

2020-03-26 Thread GitBox
sijie closed issue #6170: Support system env var as functions parameters URL: https://github.com/apache/pulsar/issues/6170 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[pulsar] branch master updated: [Issue 6170][functions] add custom property option to functions (#6348)

2020-03-26 Thread sijie
This is an automated email from the ASF dual-hosted git repository. sijie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/master by this push: new 00463ad [Issue 6170][functions] add custom

[GitHub] [pulsar] lynnmatrix commented on issue #6612: Failed to decode long type fields in json schema message

2020-03-26 Thread GitBox
lynnmatrix commented on issue #6612: Failed to decode long type fields in json schema message URL: https://github.com/apache/pulsar/issues/6612#issuecomment-604267922 OK @sijie This is an automated message from the Apache

[GitHub] [pulsar] xiangwangcheng commented on issue #6614: Can not deploy zookeeper on minikube

2020-03-26 Thread GitBox
xiangwangcheng commented on issue #6614: Can not deploy zookeeper on minikube URL: https://github.com/apache/pulsar/issues/6614#issuecomment-604267811 @sijie I pulled the image on my laptop. BTW, the dashboarad gives this error: Failed to pull image

[GitHub] [pulsar] yjshen commented on issue #6613: [cleanup] Optional usage

2020-03-26 Thread GitBox
yjshen commented on issue #6613: [cleanup] Optional usage URL: https://github.com/apache/pulsar/pull/6613#issuecomment-604275936 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service. To

[GitHub] [pulsar] sijie commented on issue #4405: Why pulsar java client doesn't support batch message consuming?

2020-03-26 Thread GitBox
sijie commented on issue #4405: Why pulsar java client doesn't support batch message consuming? URL: https://github.com/apache/pulsar/issues/4405#issuecomment-604275605 This has been supported in #4621 This is an automated

[GitHub] [pulsar] sijie closed issue #4405: Why pulsar java client doesn't support batch message consuming?

2020-03-26 Thread GitBox
sijie closed issue #4405: Why pulsar java client doesn't support batch message consuming? URL: https://github.com/apache/pulsar/issues/4405 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [pulsar] lynnmatrix commented on issue #6601: ISSUE-6514 Add support for influxdb2 in pulsar-influxdb-sink(#6514)

2020-03-26 Thread GitBox
lynnmatrix commented on issue #6601: ISSUE-6514 Add support for influxdb2 in pulsar-influxdb-sink(#6514) URL: https://github.com/apache/pulsar/pull/6601#issuecomment-604279457 /pulsarbot run-failure-checks This is an

[GitHub] [pulsar] yjshen opened a new pull request #6616: [PulsarAdmin]Async autoTopicCreation

2020-03-26 Thread GitBox
yjshen opened a new pull request #6616: [PulsarAdmin]Async autoTopicCreation URL: https://github.com/apache/pulsar/pull/6616 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [pulsar] yjshen commented on issue #6613: [cleanup] Optional usage

2020-03-26 Thread GitBox
yjshen commented on issue #6613: [cleanup] Optional usage URL: https://github.com/apache/pulsar/pull/6613#issuecomment-604296055 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service. To

[GitHub] [pulsar] DavidLiuXh commented on issue #6610: The new consumer can't consume msg from new partition when dynamic extend parition

2020-03-26 Thread GitBox
DavidLiuXh commented on issue #6610: The new consumer can't consume msg from new partition when dynamic extend parition URL: https://github.com/apache/pulsar/issues/6610#issuecomment-604300336 > What is the subscription type are you using? @sijie failover subscribe

[GitHub] [pulsar] zplinuxlover commented on issue #6602: separate function worker and broker client TLS configuration

2020-03-26 Thread GitBox
zplinuxlover commented on issue #6602: separate function worker and broker client TLS configuration URL: https://github.com/apache/pulsar/pull/6602#issuecomment-604299963 /pulsarbot run-failure-checks This is an automated

[GitHub] [pulsar] sijie merged pull request #6609: Type parameter hides visible type in the current scope

2020-03-26 Thread GitBox
sijie merged pull request #6609: Type parameter hides visible type in the current scope URL: https://github.com/apache/pulsar/pull/6609 This is an automated message from the Apache Git Service. To respond to the message,

[pulsar] branch master updated: Type parameter hides visible type in the current scope (#6609)

2020-03-26 Thread sijie
This is an automated email from the ASF dual-hosted git repository. sijie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/master by this push: new 9d3ab60 Type parameter hides visible type in

[GitHub] [pulsar] sijie merged pull request #6611: [minor]Reduce redundancy

2020-03-26 Thread GitBox
sijie merged pull request #6611: [minor]Reduce redundancy URL: https://github.com/apache/pulsar/pull/6611 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[pulsar] branch master updated (8d129e0 -> 7de44a9)

2020-03-26 Thread sijie
This is an automated email from the ASF dual-hosted git repository. sijie pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git. from 8d129e0 Fixes api document for internal topic info. (#6591) add 7de44a9 [minor]Reduce redundancy (#6611) No

[GitHub] [pulsar] yjshen removed a comment on issue #6613: [cleanup] Optional usage

2020-03-26 Thread GitBox
yjshen removed a comment on issue #6613: [cleanup] Optional usage URL: https://github.com/apache/pulsar/pull/6613#issuecomment-604296055 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service.

[GitHub] [pulsar] yjshen removed a comment on issue #6613: [cleanup] Optional usage

2020-03-26 Thread GitBox
yjshen removed a comment on issue #6613: [cleanup] Optional usage URL: https://github.com/apache/pulsar/pull/6613#issuecomment-604275936 /pulsarbot run-failure-checks This is an automated message from the Apache Git Service.

[pulsar] branch master updated: ISSUE-5934: Support read/write properties from/to Message in flink pulsar consumer/producer (#5955)

2020-03-26 Thread zhaijia
This is an automated email from the ASF dual-hosted git repository. zhaijia pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/pulsar.git The following commit(s) were added to refs/heads/master by this push: new 5ad3e02 ISSUE-5934: Support read/write

[GitHub] [pulsar] pierre94 commented on issue #6594: producer builder failed to load config

2020-03-26 Thread GitBox
pierre94 commented on issue #6594: producer builder failed to load config URL: https://github.com/apache/pulsar/issues/6594#issuecomment-604398150 > @pierre94 shall I close this issue? since 2.4.2 and 2.5.0 have fixed this issue. ok

[GitHub] [pulsar] pierre94 closed issue #6594: producer builder failed to load config

2020-03-26 Thread GitBox
pierre94 closed issue #6594: producer builder failed to load config URL: https://github.com/apache/pulsar/issues/6594 This is an automated message from the Apache Git Service. To respond to the message, please log on to

  1   2   >