-
Notifications
You must be signed in to change notification settings - Fork 16
[$75] Update apps to use the no-kafka group consumer #221
Comments
@callmekatootie, please sign-up with Topcoder X tool |
3 similar comments
@callmekatootie, please sign-up with Topcoder X tool |
@callmekatootie, please sign-up with Topcoder X tool |
@callmekatootie, please sign-up with Topcoder X tool |
Contest https://www.topcoder-dev.com/challenges/30105972 has been created for this ticket. |
Contest https://www.topcoder-dev.com/challenges/30105973 has been created for this ticket. |
Contest https://www.topcoder.com/challenges/30105974 has been created for this ticket. |
Contest https://www.topcoder.com/challenges/30105974 has been updated - the new changes has been updated for this ticket. |
Contest https://www.topcoder.com/challenges/30105974 has been updated - it has been assigned to afrisalyp. |
1 similar comment
Contest https://www.topcoder.com/challenges/30105974 has been updated - it has been assigned to afrisalyp. |
@afrisalyp - This one's high priority, thanks! |
Contest https://www.topcoder-dev.com/challenges/30105980 has been created for this ticket. |
@jmgasper it's done. please review it. thanks. |
[500]: Challenge for the updated issue 221 is creating, rescheduling this event |
@afrisalyp - Do we also need to update the receiver? |
@jmgasper |
Ok, thanks. |
[500]: Challenge for the updated issue 221 is creating, rescheduling this event |
Payment failed: [500]: Challenge for the updated issue 221 is creating, rescheduling this event |
Payment failed: [500]: Failed to close challenge. |
Payment task has been updated: https://software.topcoder.com/review/actions/ViewProjectDetails?pid=30105974 |
Payment failed: [500]: Failed to get billing detail for the project. |
1 similar comment
Payment failed: [500]: Failed to get billing detail for the project. |
Contest https://www.topcoder.com/challenges/30106146 has been created for this ticket. |
This ticket was not processed for payment. If you would like to process it for payment, please reopen it, add the |
Topcoder has requested that we move from the kafka SimpleConsumer
this.consumer = new kafka.SimpleConsumer(config.KAFKA_OPTIONS);
To a group consumer, similar to what's seen here:
https://github.com/topcoder-platform/submission-processor/blob/68c1efabe9adb9e67c3a8c425c78a7ae1c030c0f/src/app.js#L14
We should ensure that we add the KAFKA_GROUP_ID to the configuration, document it in the configuration.md and make sure that the receiver and processor both work as expected with the change.
The text was updated successfully, but these errors were encountered: