14 lines
		
	
	
		
			491 B
		
	
	
	
		
			Go
		
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			491 B
		
	
	
	
		
			Go
		
	
	
	
| package constants
 | |
| 
 | |
| // PostgreSQL specific constants
 | |
| const (
 | |
| 	EventStreamSourceCRDKind     = "FabricEventStream"
 | |
| 	EventStreamSourceCRDName     = "fabriceventstreams.zalando.org"
 | |
| 	EventStreamSourcePGType      = "PostgresLogicalReplication"
 | |
| 	EventStreamSourceSlotPrefix  = "fes"
 | |
| 	EventStreamSourcePluginType  = "pgoutput"
 | |
| 	EventStreamSourceAuthType    = "DatabaseAuthenticationSecret"
 | |
| 	EventStreamFlowPgGenericType = "PostgresWalToGenericNakadiEvent"
 | |
| 	EventStreamSinkNakadiType    = "Nakadi"
 | |
| )
 |