Re: Partitions Question with java Producer

2018-04-16 Thread Brett Rann
What you've described should work. A producer can send to a single partition topic. "When I run consumers to connect to the Topic I see no messages" But you can't have more than one consumer in a consumer group consuming, anything beyond the first consumer won't have a partition assigned to it si

Partitions Question with java Producer

2018-04-16 Thread ESS Gee
Scenario 1)We have a Topic SGFAGLFLEXT1 created with single Partition. A java Producer created from Informatica server cannot send messages to this Topic. When I run consumers to connect to the Topic I see no messages A standard producer can send messages to the Topic without issues. Scenario 2) W