Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Add functions to unset namespace properties

Aperta
#855 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

I maintainer di solito rispondono entro 1 giorno

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
3/5
Tempo stimato
1-2 giorni
Idoneità per principianti
30/100
Tipo di issue
Funzionalità
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
go
Ambito
cli

Direzione di ricerca

Start by reviewing the namespace-property handling in pulsarctl and the proposed changes in PR #856. Focus on how properties such as message_ttl and max_consumers_per_topic are currently set, then verify that unsetting them restores the broker default rather than applying 0. A follow-up terraform-provider-pulsar change is explicitly out of scope here.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

Some properties in namespaces (like message_ttl or max_consumers_per_topic) can be set on the namespace level or the broker level (using the broker config). Currently, both pulsarctl and terraform-provider-pulsar don't handle unsetting these properties but can only set them to the value of 0.

Our goal is to be able to unset a property for a namespace so it actually falls back to the broker defaults instead of overriding it with a value of 0

If this issue and the PR are accepted, we will open a new PR for the terraform-provider-pulsar to follow these changes.

PR: https://github.com/streamnative/pulsarctl/pull/856

Lingua principale
Go
Stelle
169
Fork
68
Merge medio
5m
PR unite (30g)
1

Preparare l'ambiente

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di streamnative/pulsarctl

Tutte le issue di streamnative/pulsarctl

Issue simili

Altre issue su Go

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.