Skip to content

Commit

Permalink
Add Try Catch to Partitions Recevie Process
Browse files Browse the repository at this point in the history
1. Add more log info in federation
2. Refine message sending
3. Refine message receiving
4. Update the formatting
5. Refine Deployment of Pulsar Document
6. Refine the cancel function of federation
7. Append env reading of upload setting

Signed-off-by: jiahaoc <jiahaoc@vmware.com>
  • Loading branch information
jiahaoc1993 committed Aug 11, 2021
1 parent 5cec6b7 commit 9f2f11e
Show file tree
Hide file tree
Showing 6 changed files with 589 additions and 282 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ tlsCertificateFilePath=/opt/pulsar/certs/broker.cert.pem
tlsKeyFilePath=/opt/pulsar/certs/broker.key-pk8.pem
tlsTrustCertsFilePath=/opt/pulsar/certs/ca.cert.pem
bookkeeperTLSTrustCertsFilePath=/opt/pulsar/certs/ca.cert.pem
brokerClientTlsEnabled=true
```
3. 启动pulsar
Expand Down
4 changes: 2 additions & 2 deletions conf/service_conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ fate_on_spark:
cluster: standalone
# all parties should use a same tenant
tenant: fl-tenant
# message ttl in minutes
topic_ttl: 5
# message retention in minutes, -1 means unlimited.
topic_ttl: -1
# default conf/pulsar_route_table.yaml
route_table:
nginx:
Expand Down
Loading

0 comments on commit 9f2f11e

Please sign in to comment.