Ask Your Question
4

How does the use of EmbeddedKafkaBroker differ when inside or outside of the OpenShift server?

asked 2022-06-02 11:00:00 +0000

qstack gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2022-10-31 10:00:00 +0000

scrum gravatar image

The use of EmbeddedKafkaBroker should not differ significantly whether it is inside or outside of the OpenShift server. It is a testing utility provided by Spring Kafka that allows developers to create an in-memory Kafka instance for testing purposes.

However, there may be some differences in how it is configured depending on your environment. For example, if you are using OpenShift, you may need to configure your Kafka broker to use OpenShift networking rules and service discovery. You may also need to ensure that the broker is using the correct ports and endpoints for your OpenShift deployment.

In general, the use of EmbeddedKafkaBroker should be similar regardless of your deployment environment, but there may be some specific configuration requirements for each environment.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2022-06-02 11:00:00 +0000

Seen: 1 times

Last updated: Oct 31 '22