RedPandaServerOptions
Classnet10.0
Options for configuring the broker of a
RedPandaServerResource. namespace Aspire.Hosting;
public class RedPandaServerOptions{ // ...}Constructors1
Section titled ConstructorsProperties2
Section titled PropertiesCpuCountget; setint Gets or sets the number of logical CPU cores the broker is allowed to use (the Redpanda
--smp flag). Defaults to 1. Memoryget; setstring Gets or sets the amount of memory the broker is allowed to use (the Redpanda
--memory flag), for example "1G". Defaults to "1G".