You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/08/06 04:03:47 UTC

[GitHub] [pulsar] Anonymitaet opened a new issue #4897: [Doc] Add notes for creating topic

Anonymitaet opened a new issue #4897: [Doc] Add notes for creating topic 
URL: https://github.com/apache/pulsar/issues/4897
 
 
   The following parameters affect creating topics.
   
   Name | Description | Default
   -- | -- | --
   brokerDeleteInactiveTopicsEnabled | Enable the deletion of inactive topics. | true
   brokerDeleteInactiveTopicsFrequencySeconds | How often to check for inactive topics, in seconds. | 60
   
   Currently, they are documented in [Pulsar configuration - broker](https://pulsar.apache.org/docs/en/next/reference-configuration/#broker) and [Pulsar configuration - standalone](https://pulsar.apache.org/docs/en/next/reference-configuration/#standalone), while it is easy to ignore them and then get errors when creating topics because they are not mentioned in multiple **creating topics** sections. Need to add them.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services