This commit is contained in:
Phillip Webb
2018-02-08 16:34:49 -08:00
parent a0f4071390
commit 5de46c3186
60 changed files with 141 additions and 123 deletions

View File

@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package sample.kafka;
import org.springframework.kafka.annotation.KafkaListener;
@@ -26,4 +27,4 @@ class Consumer {
System.out.println("Received sample message [" + message + "]");
}
}
}